updated github path
[oweals/finalsclub.git] / .gitignore
1 # Globally ignore
2 *.DS_Store
3 *.swp
4 *.swo
5
6 # Imported from https://github.com/github/gitignore/blob/master/Node.gitignore
7 lib-cov
8 *.seed
9 *.log
10 *.csv
11 *.dat
12 *.out
13 *.pid
14 *.gz
15
16 pids
17 logs
18 results
19
20 node_modules
21 npm-debug.log