2017-10-06 04:34:54 +08:00
|
|
|
# gitignore
|
2010-04-16 01:14:52 +08:00
|
|
|
HEAD
|
2016-08-14 12:15:12 +08:00
|
|
|
.cache
|
2010-04-16 01:14:52 +08:00
|
|
|
v*
|
2011-01-23 02:12:13 +08:00
|
|
|
alias
|
2012-10-11 07:17:09 +08:00
|
|
|
|
|
|
|
# For testing
|
2013-12-18 05:07:52 +08:00
|
|
|
test/bak
|
2012-10-11 07:17:09 +08:00
|
|
|
.urchin.log
|
2013-12-18 05:07:52 +08:00
|
|
|
.urchin_stdout
|
2016-07-03 12:21:16 +08:00
|
|
|
test/**/test_output
|
2013-02-27 17:43:05 +08:00
|
|
|
|
2013-12-18 05:07:02 +08:00
|
|
|
node_modules/
|
2014-10-03 13:29:04 +08:00
|
|
|
npm-debug.log
|
2013-12-18 05:07:02 +08:00
|
|
|
|
2013-02-27 17:43:05 +08:00
|
|
|
.DS_Store
|
2014-07-12 17:28:20 +08:00
|
|
|
current
|
2019-02-02 05:27:18 +08:00
|
|
|
/default-packages
|
2017-10-06 04:34:54 +08:00
|
|
|
|
|
|
|
# Only apps should have lockfiles
|
|
|
|
npm-shrinkwrap.json
|
|
|
|
package-lock.json
|
|
|
|
yarn.lock
|