mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:04:44 +00:00
gitignore
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,8 +1,7 @@
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
.coverage
|
||||
.idea/
|
||||
.vscode/
|
||||
.atom/
|
||||
.coverage*
|
||||
|
||||
dist/
|
||||
@@ -10,17 +9,18 @@ build/
|
||||
*.egg-info/
|
||||
tags
|
||||
env
|
||||
venv
|
||||
htmlcov
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
.atom/
|
||||
|
||||
# Snap packages
|
||||
parts/
|
||||
prime/
|
||||
stage/
|
||||
*.snap
|
||||
|
||||
/packages/snap/.snapcraft/
|
||||
|
||||
# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container
|
||||
/packages/*_source.tar.bz2
|
||||
|
||||
venv
|
||||
|
||||
Reference in New Issue
Block a user