econocart/.gitignore

37 lines
450 B
Plaintext
Raw Normal View History

2017-04-03 13:43:23 +00:00
# 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/
.sass-cache/
.tmp/
.versions/
2017-05-11 02:23:12 +00:00
.scannerwork/
2017-05-21 00:16:17 +00:00
.toDelete/
2017-04-03 13:43:23 +00:00
coverage/
dist/
node_modules/
tmp/
temp/
hooks/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate