mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Unified gitignore
This commit is contained in:
parent
0d7fc25847
commit
c1720ee27a
1 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,7 +1,24 @@
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
*.pyc
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
/MANIFEST
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
/*.egg-info
|
||||||
/_site
|
/_site
|
||||||
|
|
||||||
|
coverage.xml
|
||||||
|
.pytest_cache
|
||||||
|
.cache
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.eggs
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
|
.settings
|
||||||
|
.tox
|
||||||
|
.vscode
|
||||||
.sass-cache
|
.sass-cache
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue