Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
252 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # gitignore
|
---|
| 2 | .DS_Store
|
---|
| 3 | .monitor
|
---|
| 4 | .*.swp
|
---|
| 5 | .nodemonignore
|
---|
| 6 | releases
|
---|
| 7 | *.log
|
---|
| 8 | *.err
|
---|
| 9 | fleet.json
|
---|
| 10 | public/browserify
|
---|
| 11 | bin/*.json
|
---|
| 12 | .bin
|
---|
| 13 | build
|
---|
| 14 | compile
|
---|
| 15 | .lock-wscript
|
---|
| 16 | coverage
|
---|
| 17 | node_modules
|
---|
| 18 |
|
---|
| 19 | # Only apps should have lockfiles
|
---|
| 20 | npm-shrinkwrap.json
|
---|
| 21 | package-lock.json
|
---|
| 22 | yarn.lock
|
---|
Note:
See
TracBrowser
for help on using the repository browser.