mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
add npm-debug to global gitignore
This commit is contained in:
parent
3906a4fe38
commit
d9db64dc91
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -36,7 +36,7 @@ interface/external/*/*
|
|||
# Ignore interfaceCache for Linux users
|
||||
interface/interfaceCache/
|
||||
|
||||
# ignore audio-client externals
|
||||
# ignore audio-client externals
|
||||
libraries/audio-client/external/*/*
|
||||
!libraries/audio-client/external/*/readme.txt
|
||||
|
||||
|
@ -48,4 +48,5 @@ TAGS
|
|||
*.swp
|
||||
|
||||
# ignore node files for the console
|
||||
node_modules
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
|
Loading…
Reference in a new issue