copay/.gitignore

110 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-03-06 07:00:10 -08:00
# translation
i18n/po/*.mo
i18n/crowdin_api_key.txt
2015-03-06 07:00:10 -08:00
src/js/translations.js
# cordova
plugins
platforms
2015-03-06 07:00:10 -08:00
2015-05-28 06:52:33 -07:00
# node-webkit
cache
webkitbuilds/*
!webkitbuilds/README.md
2015-04-16 08:23:49 -07:00
# chrome extensions
2016-08-10 13:35:40 -07:00
chrome-app/build/*
chrome-app/*zip
2015-04-16 08:23:49 -07:00
2015-03-06 07:00:10 -08:00
# Logs
2014-03-14 13:38:27 -07:00
logs
2015-03-06 07:00:10 -08:00
*.log
2014-03-14 13:38:27 -07:00
2015-03-06 07:00:10 -08:00
# Runtime data
pids
*.pid
*.seed
2014-03-14 13:38:27 -07:00
2015-03-06 07:00:10 -08:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2014-03-14 13:38:27 -07:00
2015-03-06 07:00:10 -08:00
# Coverage directory used by tools like istanbul
coverage
2014-03-14 13:38:27 -07:00
2015-03-06 07:00:10 -08:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2014-03-14 13:38:27 -07:00
2015-03-06 07:00:10 -08:00
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2015-03-06 07:00:10 -08:00
# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
bower_components
angular-bitcore-wallet-client/angular-bitcore-wallet-client.js
2016-10-06 15:23:39 -07:00
angular-bitauth/angular-bitauth.js
2014-04-14 11:31:10 -07:00
2015-03-06 07:00:10 -08:00
# Users Environment Variables
.lock-wscript
2014-05-27 13:57:44 -07:00
2015-03-06 07:00:10 -08:00
# OSX
2015-03-06 07:00:10 -08:00
.DS_Store
.AppleDouble
.LSOverride
2014-05-22 15:06:54 -07:00
2015-03-06 07:00:10 -08:00
# Thumbnails
._*
2014-06-05 09:30:01 -07:00
2015-03-06 07:00:10 -08:00
# Files that might appear on external disk
.Spotlight-V100
.Trashes
2014-06-06 11:23:40 -07:00
2015-03-06 07:00:10 -08:00
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2015-03-06 07:00:10 -08:00
# VIM ignore
2015-03-06 07:00:10 -08:00
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
2014-09-08 11:42:55 -07:00
.tags
.tags1
# SASS
src/sass/*.css
.sass-cache
2017-02-23 14:02:17 -08:00
src/sass/app
# copay www
www/css/*
www/lib/*
www/js/*
www/fonts
2016-08-10 13:35:40 -07:00
## templates
/config.xml
/ionic.config.json
2016-08-15 06:26:18 -07:00
/appConfig.json
2016-09-01 12:51:29 -07:00
externalServices.json
2016-10-06 10:37:53 -07:00
app-template/bitpay-wallet
2016-08-10 13:35:40 -07:00
src/js/appConfig.js
2016-09-01 12:51:29 -07:00
src/js/externalServices.js
chrome-app/manifest.json
2016-10-18 07:27:56 -07:00
www/img/app
www/index.html
2016-08-10 13:35:40 -07:00
2017-02-03 13:03:29 -08:00
## Firebase
2017-03-13 12:49:28 -07:00
/GoogleService-Info.plist
/google-services.json
2017-02-03 13:03:29 -08:00