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
|
||||
build
|
||||
dist
|
||||
__pycache__
|
||||
|
||||
/MANIFEST
|
||||
/build
|
||||
/dist
|
||||
/*.egg-info
|
||||
/_site
|
||||
|
||||
coverage.xml
|
||||
.pytest_cache
|
||||
.cache
|
||||
.coverage
|
||||
.coverage.*
|
||||
.eggs
|
||||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
.tox
|
||||
MANIFEST
|
||||
.vscode
|
||||
.sass-cache
|
||||
Gemfile.lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue