Commit 095c6af423123859e175b5ce9b945b981ec5e1d7
1 parent
84646faa
Exists in
master
and in
1 other branch
update gitignore
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.gitignore
1 | # Logs | 1 | # Logs |
2 | logs | 2 | logs |
3 | *.log | 3 | *.log |
4 | +*.detail | ||
5 | +*.stat | ||
4 | 6 | ||
5 | # Runtime data | 7 | # Runtime data |
6 | pids | 8 | pids |
@@ -29,4 +31,4 @@ node_modules | @@ -29,4 +31,4 @@ node_modules | ||
29 | # Debug log from npm | 31 | # Debug log from npm |
30 | npm-debug.log | 32 | npm-debug.log |
31 | 33 | ||
32 | -*.config.js | 34 | +config.js |