copay/.gitignore

85 lines
1.0 KiB
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*
2017-10-28 09:24:23 -07:00
# No package-lock
package-lock.json
2017-10-10 13:34:16 -07:00
# Firebase
/GoogleService-Info.plist
/google-services.json
2017-10-10 13:05:15 -07:00
## App
2017-10-10 13:34:16 -07:00
/desktop
2017-10-10 13:05:15 -07:00
2017-10-10 13:34:16 -07:00
/config.xml
/ionic.config.json
2017-10-10 13:05:15 -07:00
src/assets/appConfig.json
src/assets/externalServices.json
src/assets/img/app
src/index.html
src/manifest.json
2017-10-27 13:05:46 -07:00
src/theme/_overrides.scss
2017-10-10 13:05:15 -07:00
2017-08-21 06:09:27 -07:00
.sourcemaps/
2017-07-25 10:34:42 -07:00
.idea/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
node_modules/
tmp/
temp/
hooks/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/
2017-07-25 10:34:42 -07:00
Thumbs.db
UserInterfaceState.xcuserstate
2017-07-25 11:00:51 -07:00
# OSX
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# VIM ignore
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~