clean up the .gitignore
This commit is contained in:
parent
8a84f72891
commit
4cc3d42bab
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,18 +1,16 @@
|
|||||||
.venv/*
|
.venv/*
|
||||||
openslides/.venv/
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
openslides/settings.py
|
|
||||||
database.db
|
|
||||||
*~
|
*~
|
||||||
extras/website/*
|
settings.py
|
||||||
extras/website-old/*
|
database.sqlite
|
||||||
|
|
||||||
|
# Package building
|
||||||
docs/_build/*
|
docs/_build/*
|
||||||
*.egg-info
|
*.egg-info
|
||||||
build/*
|
build/*
|
||||||
dist/*
|
dist/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
settings.py
|
|
||||||
versiontools*
|
versiontools*
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
|
Loading…
Reference in New Issue
Block a user