Commit 095c6af423123859e175b5ce9b945b981ec5e1d7

Authored by sumatek
1 parent 84646faa
Exists in master and in 1 other branch dev

update gitignore

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
.gitignore
1 1 # Logs
2 2 logs
3 3 *.log
  4 +*.detail
  5 +*.stat
4 6  
5 7 # Runtime data
6 8 pids
... ... @@ -29,4 +31,4 @@ node_modules
29 31 # Debug log from npm
30 32 npm-debug.log
31 33  
32   -*.config.js
  34 +config.js
... ...