You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
439 B
Plaintext
36 lines
439 B
Plaintext
6 years ago
|
# Specifies intentionally untracked files to ignore when using Git
|
||
|
# http://git-scm.com/docs/gitignore
|
||
|
|
||
|
*~
|
||
|
*.sw[mnpcod]
|
||
|
*.log
|
||
|
*.tmp
|
||
|
*.tmp.*
|
||
|
log.txt
|
||
|
*.sublime-project
|
||
|
*.sublime-workspace
|
||
|
.vscode/
|
||
|
npm-debug.log*
|
||
|
|
||
|
.idea/
|
||
|
.ionic/
|
||
|
.sourcemaps/
|
||
|
.sass-cache/
|
||
|
.tmp/
|
||
|
.versions/
|
||
|
coverage/
|
||
|
dist/
|
||
|
node_modules/
|
||
|
tmp/
|
||
|
temp/
|
||
|
platforms/
|
||
|
plugins/
|
||
|
plugins/android.json
|
||
|
plugins/ios.json
|
||
|
www/
|
||
|
$RECYCLE.BIN/
|
||
|
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
UserInterfaceState.xcuserstate
|