Merge pull request #8389 from annando/gitignore
Added VSCode to .gitignore
This commit is contained in:
commit
09a0be73bf
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -33,6 +33,9 @@ report/
|
||||||
#ignore NetBeans IDE's private files (at least)
|
#ignore NetBeans IDE's private files (at least)
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
|
||||||
|
Ignore config files from VSCode
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
#ignore smarty cache
|
#ignore smarty cache
|
||||||
/view/smarty3/compiled/
|
/view/smarty3/compiled/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue