bwc
This commit is contained in:
parent
04fb7ba032
commit
320de62f13
348 changed files with 7745 additions and 30874 deletions
143
.gitignore
vendored
143
.gitignore
vendored
|
|
@ -1,85 +1,82 @@
|
|||
# from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
lib-cov
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
*.sw*
|
||||
*.sig
|
||||
tags
|
||||
pids
|
||||
logs
|
||||
results
|
||||
build
|
||||
|
||||
node_modules
|
||||
|
||||
# extras
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.project
|
||||
peerdb.json
|
||||
|
||||
npm-debug.log
|
||||
.nodemonignore
|
||||
|
||||
.DS_Store
|
||||
public/lib/*
|
||||
public/js/angularjs-all.js
|
||||
public/js/main.js
|
||||
public/js/vendors.js
|
||||
|
||||
public/css/main.css
|
||||
|
||||
README.html
|
||||
|
||||
lib/*
|
||||
!lib/socket.io.js
|
||||
!lib/sjcl.js
|
||||
|
||||
js/copayBundle.js
|
||||
js/copayMain.js
|
||||
css/copay.min.css
|
||||
css/vendors.min.css
|
||||
|
||||
# translation
|
||||
po/*
|
||||
!po/*.po
|
||||
js/translations.js
|
||||
src/js/translations.js
|
||||
|
||||
webapp
|
||||
browser-extensions/chrome/copay-chrome-extension
|
||||
browser-extensions/chrome/copay-chrome-extension.zip
|
||||
browser-extensions/firefox/firefox-addon
|
||||
browser-extensions/firefox/data
|
||||
browser-extensions/firefox/copay.xpi
|
||||
version.js
|
||||
!js/controllers/version.js
|
||||
# version
|
||||
src/js/version.js
|
||||
|
||||
# cordova
|
||||
cordova/project/*
|
||||
cordova/*.keystore
|
||||
|
||||
coverage/
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
shell/bin/linux
|
||||
shell/bin/darwin
|
||||
shell/bin/win32
|
||||
# readme
|
||||
README.html
|
||||
|
||||
shell/scripts/bin
|
||||
shell/scripts/build
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
dist/darwin
|
||||
dist/linux
|
||||
dist/windows
|
||||
dist/web
|
||||
dist/*.dmg
|
||||
dist/*.tar.gz
|
||||
dist/*.exe
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
doc/
|
||||
/node_modules
|
||||
/*-cov
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# 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
|
||||
|
||||
# Users Environment Variables
|
||||
.lock-wscript
|
||||
|
||||
# OSX
|
||||
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# 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
|
||||
*~
|
||||
|
||||
# copay public
|
||||
public/icons/*
|
||||
public/css/*
|
||||
public/lib/*
|
||||
public/js/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue