nvm/.gitignore

24 lines
252 B
Plaintext
Raw Normal View History

2017-10-06 04:34:54 +08:00
# gitignore
2010-04-16 01:14:52 +08:00
HEAD
.cache
2010-04-16 01:14:52 +08:00
v*
alias
# For testing
2013-12-18 05:07:52 +08:00
test/bak
.urchin.log
2013-12-18 05:07:52 +08:00
.urchin_stdout
test/**/test_output
2013-02-27 17:43:05 +08:00
2013-12-18 05:07:02 +08:00
node_modules/
npm-debug.log
2013-12-18 05:07:02 +08:00
2013-02-27 17:43:05 +08:00
.DS_Store
current
default-packages
2017-10-06 04:34:54 +08:00
# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock