copay/.gitignore

92 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-03-06 07:00:10 -08:00
# translation
2015-04-20 14:47:36 -07:00
po/*.mo
2015-03-06 07:00:10 -08:00
src/js/translations.js
# 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-06-02 12:44:23 -07:00
!webkitbuilds/setup-win32.iss
!webkitbuilds/setup-win64.iss
2015-06-02 10:55:42 -07:00
!webkitbuilds/favicon.ico
!webkitbuilds/.desktop
2015-05-28 06:52:33 -07:00
2015-04-16 08:23:49 -07:00
# chrome extensions
browser-extensions/chrome/copay-chrome-extension
browser-extensions/chrome/copay-chrome-extension.zip
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
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
2015-03-06 07:00:10 -08:00
# copay public
public/icons/*
public/css/*
public/lib/*
public/js/*