mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-12 11:40:31 +08:00
updating .gitignore with github recommendations for node projects
removing node_modules/* to prevent spurious updates after 'npm install'
This commit is contained in:
+15
@@ -1,2 +1,17 @@
|
||||
.sass-cache
|
||||
config.js
|
||||
lib-cov
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
|
||||
pids
|
||||
logs
|
||||
results
|
||||
|
||||
npm-debug.log
|
||||
node_modules
|
||||
|
||||
Reference in New Issue
Block a user