nifty-wallet/.gitignore

48 lines
494 B
Plaintext
Raw Permalink Normal View History

2016-12-16 12:43:37 -08:00
npm-debug.log
2015-07-31 18:38:02 -07:00
node_modules
2018-03-08 14:13:12 -08:00
yarn.lock
2015-07-31 18:38:02 -07:00
app/bower_components
test/bower_components
package
2018-03-09 18:56:39 -08:00
# IDEs
2017-11-23 17:33:44 -08:00
.idea
2018-03-09 18:56:39 -08:00
.vscode
.sublime-project
2017-11-23 17:33:44 -08:00
2018-07-20 16:00:41 -07:00
# VIM
*.swp
*.swo
temp
.tmp
.sass-cache
2016-03-29 14:31:25 -07:00
.DS_Store
app/.DS_Store
coverage/
dist
2016-03-29 14:31:25 -07:00
builds/
2017-01-10 13:46:15 -08:00
disc/
2016-08-22 11:59:26 -07:00
builds.zip
docs/jsdocs
development/bundle.js
2016-12-16 11:26:39 -08:00
development/states.js
test/integration/bundle.js
test/background.js
test/bundle.js
test/test-bundle.js
test-artifacts
test-builds
#ignore css output and sourcemaps
ui/app/css/output/
2017-08-06 13:27:07 -07:00
notes.txt
.coveralls.yml
.nyc_output