Add .vscode to Pycharm excludes and .gitignore

pull/357/head
nyanpasu64 2019-01-13 19:54:44 -08:00
rodzic 6ba605bffe
commit f35c8ba819
2 zmienionych plików z 1 dodań i 4 usunięć

4
.gitignore vendored
Wyświetl plik

@ -162,10 +162,6 @@ fabric.properties
# https://raw.githubusercontent.com/github/gitignore/master/Global/VisualStudioCode.gitignore
.vscode/*
# !.vscode/settings.json # contains machine-specific python interpreter paths
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# vscode Local History extension
.history

Wyświetl plik

@ -6,6 +6,7 @@
<excludeFolder url="file://$MODULE_DIR$/.ipynb_checkpoints" />
<excludeFolder url="file://$MODULE_DIR$/.mypy_cache" />
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
<excludeFolder url="file://$MODULE_DIR$/.vscode" />
<excludeFolder url="file://$MODULE_DIR$/ovgenpy.build" />
<excludeFolder url="file://$MODULE_DIR$/ovgenpy.egg-info" />
</content>