mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Unified gitignore
This commit is contained in:
parent
beeb7551b7
commit
d2eb5106e2
1 changed files with 17 additions and 3 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,10 +1,24 @@
|
||||||
*~
|
*~
|
||||||
|
.*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
build
|
__pycache__
|
||||||
dist
|
|
||||||
|
/MANIFEST
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
/*.egg-info
|
||||||
|
/_site
|
||||||
|
|
||||||
|
coverage.xml
|
||||||
|
.pytest_cache
|
||||||
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.eggs
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.settings
|
.settings
|
||||||
.tox
|
.tox
|
||||||
MANIFEST
|
.vscode
|
||||||
|
.sass-cache
|
||||||
|
Gemfile.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue