blob: dbb555fd1f9f590692745516f9981ee401d4835e [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001# 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