Exclude data/ and test*.py from distribution
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -8,8 +8,9 @@ venv/
|
||||
*.db
|
||||
*.json
|
||||
|
||||
# Data folders
|
||||
data/
|
||||
# Data folder
|
||||
davtelepot/data/*
|
||||
!davtelepot/data/__init__.py
|
||||
|
||||
*.txt
|
||||
!requirements.txt
|
||||
|
Reference in New Issue
Block a user