copay/.gitignore

35 lines
425 B
Plaintext
Raw Normal View History

2017-07-25 10:34:42 -07:00
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
2015-03-06 07:00:10 -08:00
2017-07-25 10:34:42 -07:00
*~
*.sw[mnpcod]
2015-03-06 07:00:10 -08:00
*.log
2017-07-25 10:34:42 -07:00
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.vscode/
npm-debug.log*
.idea/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
node_modules/
tmp/
temp/
hooks/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/
2015-03-06 07:00:10 -08:00
.DS_Store
2017-07-25 10:34:42 -07:00
Thumbs.db
UserInterfaceState.xcuserstate