Add .vscode to .gitignore

main
Aurélien Geron 2021-02-17 22:20:15 +13:00
parent b7acf0c9a5
commit 0ba6b3b5c8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
*.pyc *.pyc
.DS_Store .DS_Store
.ipynb_checkpoints .ipynb_checkpoints
.vscode/
checkpoint checkpoint
logs/* logs/*
tf_logs/* tf_logs/*