• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# gitignore
2.DS_Store
3.monitor
4.*.swp
5.nodemonignore
6releases
7*.log
8*.err
9fleet.json
10public/browserify
11bin/*.json
12.bin
13build
14compile
15.lock-wscript
16coverage
17node_modules
18
19# Only apps should have lockfiles
20npm-shrinkwrap.json
21package-lock.json
22yarn.lock
23