Adds .vscode folder to .gitignore (#314)

* added .vscode folder to .gitignore

* Update .gitignore

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
Eric Thomson
2024-08-12 08:49:11 -04:00
committed by GitHub
parent 3f6652d87e
commit da5236ee72

3
.gitignore vendored
View File

@@ -253,3 +253,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# vscode
.vscode/