forked from prehistoric-systems/comixify
Add JS related entries to .gitignore
This commit is contained in:
parent
23683e25b5
commit
1722bf0bb0
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -108,3 +108,19 @@ data
|
|||
.idea
|
||||
media
|
||||
|
||||
# JS Stuff
|
||||
node_modules/
|
||||
.npm
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
|
|
|||
Loading…
Reference in a new issue