Add VSCode to gitignore
This commit is contained in:
parent
25c5def46e
commit
745d635881
|
@ -2,6 +2,7 @@
|
|||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.vscode
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
|
|
Loading…
Reference in New Issue