Skip to content

Commit d46057b

Browse files
committed
Initial Commit
0 parents  commit d46057b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5420
-0
lines changed

.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env"
4+
]
5+
}

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

.eslintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parserOptions": {
3+
"ecmaVersion": 2017
4+
},
5+
"env": {
6+
"es6": true
7+
}
8+
}

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
CONTRIBUTING.md export-ignore

.gitignore

Lines changed: 323 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,323 @@
1+
# Created by https://www.gitignore.io/api/git,node,sass,linux,macos,windows,intellij,phpstorm,wordpress,sublimetext,visualstudiocode
2+
3+
### Git ###
4+
*.orig
5+
6+
### Intellij ###
7+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
8+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
9+
10+
# User-specific stuff
11+
.idea/**/workspace.xml
12+
.idea/**/tasks.xml
13+
.idea/**/usage.statistics.xml
14+
.idea/**/dictionaries
15+
.idea/**/shelf
16+
17+
# Sensitive or high-churn files
18+
.idea/**/dataSources/
19+
.idea/**/dataSources.ids
20+
.idea/**/dataSources.local.xml
21+
.idea/**/sqlDataSources.xml
22+
.idea/**/dynamic.xml
23+
.idea/**/uiDesigner.xml
24+
.idea/**/dbnavigator.xml
25+
26+
# Gradle
27+
.idea/**/gradle.xml
28+
.idea/**/libraries
29+
30+
# CMake
31+
cmake-build-*/
32+
33+
# Mongo Explorer plugin
34+
.idea/**/mongoSettings.xml
35+
36+
# File-based project format
37+
*.iws
38+
39+
# IntelliJ
40+
out/
41+
42+
# mpeltonen/sbt-idea plugin
43+
.idea_modules/
44+
45+
# JIRA plugin
46+
atlassian-ide-plugin.xml
47+
48+
# Cursive Clojure plugin
49+
.idea/replstate.xml
50+
51+
# Crashlytics plugin (for Android Studio and IntelliJ)
52+
com_crashlytics_export_strings.xml
53+
crashlytics.properties
54+
crashlytics-build.properties
55+
fabric.properties
56+
57+
# Editor-based Rest Client
58+
.idea/httpRequests
59+
60+
### Intellij Patch ###
61+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
62+
63+
# *.iml
64+
# modules.xml
65+
# .idea/misc.xml
66+
# *.ipr
67+
68+
# Sonarlint plugin
69+
.idea/sonarlint
70+
71+
### Linux ###
72+
*~
73+
74+
# temporary files which can be created if a process still has a handle open of a deleted file
75+
.fuse_hidden*
76+
77+
# KDE directory preferences
78+
.directory
79+
80+
# Linux trash folder which might appear on any partition or disk
81+
.Trash-*
82+
83+
# .nfs files are created when an open file is removed but is still being accessed
84+
.nfs*
85+
86+
### macOS ###
87+
# General
88+
.DS_Store
89+
.AppleDouble
90+
.LSOverride
91+
92+
# Icon must end with two \r
93+
Icon
94+
95+
# Thumbnails
96+
._*
97+
98+
# Files that might appear in the root of a volume
99+
.DocumentRevisions-V100
100+
.fseventsd
101+
.Spotlight-V100
102+
.TemporaryItems
103+
.Trashes
104+
.VolumeIcon.icns
105+
.com.apple.timemachine.donotpresent
106+
107+
# Directories potentially created on remote AFP share
108+
.AppleDB
109+
.AppleDesktop
110+
Network Trash Folder
111+
Temporary Items
112+
.apdisk
113+
114+
### Node ###
115+
# Logs
116+
logs
117+
*.log
118+
npm-debug.log*
119+
yarn-debug.log*
120+
yarn-error.log*
121+
122+
# Runtime data
123+
pids
124+
*.pid
125+
*.seed
126+
*.pid.lock
127+
128+
# Directory for instrumented libs generated by jscoverage/JSCover
129+
lib-cov
130+
131+
# Coverage directory used by tools like istanbul
132+
coverage
133+
134+
# nyc test coverage
135+
.nyc_output
136+
137+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
138+
.grunt
139+
140+
# Bower dependency directory (https://bower.io/)
141+
bower_components
142+
143+
# node-waf configuration
144+
.lock-wscript
145+
146+
# Compiled binary addons (https://nodejs.org/api/addons.html)
147+
build/Release
148+
149+
# Dependency directories
150+
node_modules/
151+
jspm_packages/
152+
153+
# TypeScript v1 declaration files
154+
typings/
155+
156+
# Optional npm cache directory
157+
.npm
158+
159+
# Optional eslint cache
160+
.eslintcache
161+
162+
# Optional REPL history
163+
.node_repl_history
164+
165+
# Output of 'npm pack'
166+
*.tgz
167+
168+
# Yarn Integrity file
169+
.yarn-integrity
170+
171+
# dotenv environment variables file
172+
.env
173+
174+
# parcel-bundler cache (https://parceljs.org/)
175+
.cache
176+
177+
# next.js build output
178+
.next
179+
180+
# nuxt.js build output
181+
.nuxt
182+
183+
# vuepress build output
184+
.vuepress/dist
185+
186+
# Serverless directories
187+
.serverless
188+
189+
### PhpStorm ###
190+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
191+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
192+
193+
# User-specific stuff
194+
195+
# Sensitive or high-churn files
196+
197+
# Gradle
198+
199+
# CMake
200+
201+
# Mongo Explorer plugin
202+
203+
# File-based project format
204+
205+
# IntelliJ
206+
207+
# mpeltonen/sbt-idea plugin
208+
209+
# JIRA plugin
210+
211+
# Cursive Clojure plugin
212+
213+
# Crashlytics plugin (for Android Studio and IntelliJ)
214+
215+
# Editor-based Rest Client
216+
217+
### PhpStorm Patch ###
218+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
219+
220+
# *.iml
221+
# modules.xml
222+
# .idea/misc.xml
223+
# *.ipr
224+
225+
# Sonarlint plugin
226+
227+
### Sass ###
228+
.sass-cache/
229+
*.css.map
230+
*.sass.map
231+
*.scss.map
232+
233+
### SublimeText ###
234+
# Cache files for Sublime Text
235+
*.tmlanguage.cache
236+
*.tmPreferences.cache
237+
*.stTheme.cache
238+
239+
# Workspace files are user-specific
240+
*.sublime-workspace
241+
242+
# Project files should be checked into the repository, unless a significant
243+
# proportion of contributors will probably not be using Sublime Text
244+
# *.sublime-project
245+
246+
# SFTP configuration file
247+
sftp-config.json
248+
249+
# Package control specific files
250+
Package Control.last-run
251+
Package Control.ca-list
252+
Package Control.ca-bundle
253+
Package Control.system-ca-bundle
254+
Package Control.cache/
255+
Package Control.ca-certs/
256+
Package Control.merged-ca-bundle
257+
Package Control.user-ca-bundle
258+
oscrypto-ca-bundle.crt
259+
bh_unicode_properties.cache
260+
261+
# Sublime-github package stores a github token in this file
262+
# https://packagecontrol.io/packages/sublime-github
263+
GitHub.sublime-settings
264+
265+
### VisualStudioCode ###
266+
.vscode/*
267+
!.vscode/settings.json
268+
!.vscode/tasks.json
269+
!.vscode/launch.json
270+
!.vscode/extensions.json
271+
272+
### Windows ###
273+
# Windows thumbnail cache files
274+
Thumbs.db
275+
ehthumbs.db
276+
ehthumbs_vista.db
277+
278+
# Dump file
279+
*.stackdump
280+
281+
# Folder config file
282+
[Dd]esktop.ini
283+
284+
# Recycle Bin used on file shares
285+
$RECYCLE.BIN/
286+
287+
# Windows Installer files
288+
*.cab
289+
*.msi
290+
*.msix
291+
*.msm
292+
*.msp
293+
294+
# Windows shortcuts
295+
*.lnk
296+
297+
### WordPress ###
298+
wp-config.php
299+
wp-content/advanced-cache.php
300+
wp-content/backup-db/
301+
wp-content/backups/
302+
wp-content/blogs.dir/
303+
wp-content/cache/
304+
wp-content/upgrade/
305+
wp-content/uploads/
306+
wp-content/mu-plugins/
307+
wp-content/wp-cache-config.php
308+
wp-content/plugins/hello.php
309+
310+
/.htaccess
311+
/license.txt
312+
/readme.html
313+
/sitemap.xml
314+
/sitemap.xml.gz
315+
316+
317+
318+
# End of https://www.gitignore.io/api/git,node,sass,linux,macos,windows,intellij,phpstorm,wordpress,sublimetext,visualstudiocode
319+
320+
dist/
321+
.tmp
322+
app.yaml
323+
yarn.lock

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [1.0.0] - 2019-01-01
9+
### Added
10+
- Initial Release

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 MarkItAsDone
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)