copay/.gitignore

107 lines
1.7 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
Feat/coinbase integration (#4012) * Oauth2 and first view * Connect with Coinbase using mobile * Buy and Sell through Coinbase * Fix buy * Receive and send bitcoin to Coinbase account * Receive bitcoin from Coinbase to Copay * Complete user and account information. Connection errors * Improves error handler * Removes console.log * Coinbase background color. Send to Coinbase form validation * Fix send from different wallet * Send and receive using Coinbase * Pagination activity * Fix Buy and Sell * One option in the sidebar to Buy and Sell * Native balance on Coinbase homepage * Rename receive and send * Auto-close window after authenticate * Reorder * Get payment methods * Fix when token expired * Fix token expired * Integration: sell and send to Coinbase * Store pending transaction before sell * Sell flow completed * Removing files * Fix sell * Fix sell * Fix sell * Sell completed * Buy bitcoin through coinbase * Buy auto * Currency set to USD * Select payment methods. Limits * Removes payment methods from preferences * Fix signs. Tx ordered by updated. Minor fixes * Removes console.log * Improving ux-language things * Fix selectedpaymentmethod if not verified * Set error if tx not found * Price sensitivity. Minor fixes * Adds coinbase api key to gitignore * Coinbase production ready * Fix sell in usd * Bug fixes * New Sensitivity step * Refresh token with a simple click * Refresh token * Refactor * Fix auto reconnect if token expired Signed-off-by: Gustavo Maximiliano Cortez <cmgustavo83@gmail.com> * Fix calls if token expired
2016-04-13 10:08:03 -07:00
# Coinbase API ClientID/Secret
coinbase.json
src/js/coinbase.js
2015-03-06 07:00:10 -08:00
# version
src/js/version.js
# cordova
cordova/project/*
cordova/*.keystore
2015-05-28 06:52:33 -07:00
# node-webkit
cache
webkitbuilds/*
!webkitbuilds/README.md
2015-12-11 10:06:43 -08:00
!webkitbuilds/setup-win.iss
2015-06-02 10:55:42 -07:00
!webkitbuilds/favicon.ico
!webkitbuilds/.desktop
!webkitbuilds/build-osx.sh
!webkitbuilds/Background.png
2015-05-28 06:52:33 -07:00
#fonts
public/fonts
2015-04-16 08:23:49 -07:00
# chrome extensions
browser-extensions/chrome/copay-chrome-extension
browser-extensions/chrome/copay-chrome-extension.zip
browser-extensions/chrome/copay-chrome-extension.zip.sig
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
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
# Icon must end with two \r
Icon
# 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
# SASS
src/sass/*.css
.sass-cache
2015-03-06 07:00:10 -08:00
# copay public
public/icons/*
public/css/*
public/lib/*
public/js/*