copay/.gitignore

94 lines
1.2 KiB
Plaintext
Raw Permalink 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*
2018-02-28 12:57:06 -08:00
# Ignore package-lock for now
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
2017-12-13 11:02:08 -08:00
src/theme/overrides.scss
2017-10-10 13:05:15 -07:00
src/assets/appConfig.json
src/assets/externalServices.json
src/assets/img/app
2018-01-25 06:45:41 -08:00
src/assets/i18n/crowdin_api_key.txt
2018-03-19 11:37:02 -07:00
src/assets/i18n/po/*.mo
2017-10-10 13:05:15 -07:00
src/index.html
src/manifest.json
test/visual/latest
test/visual/diffs
test/visual/report.html
test/visual/report.json
junitresults.xml
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
screenshots/
2017-07-25 10:34:42 -07:00
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
*~