Add .project to gitignore

This commit is contained in:
Johannes Fischer
2021-07-19 12:36:01 +02:00
parent e2aac7424f
commit 8103a98377

3
.gitignore vendored
View File

@@ -117,6 +117,9 @@ venv.bak/
# Rope project settings # Rope project settings
.ropeproject .ropeproject
# VS Code project settings
.project
# mkdocs documentation # mkdocs documentation
/site /site