kopia lustrzana https://github.com/corrscope/corrscope
Add .vscode to Pycharm excludes and .gitignore
rodzic
6ba605bffe
commit
f35c8ba819
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue