mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-09 12:47:48 +00:00
cleanup ignores
This commit is contained in:
@@ -6,7 +6,6 @@ Dockerfile
|
|||||||
Pipfile
|
Pipfile
|
||||||
Pipfile.lock
|
Pipfile.lock
|
||||||
migrations/
|
migrations/
|
||||||
zappa*
|
|
||||||
run.sh
|
run.sh
|
||||||
docs/
|
docs/
|
||||||
tests/
|
tests/
|
||||||
@@ -27,9 +26,3 @@ celerybeat.pid
|
|||||||
|
|
||||||
# redis
|
# redis
|
||||||
dump.rdb
|
dump.rdb
|
||||||
|
|
||||||
# packaged deployments
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
# zappa settings
|
|
||||||
zappa_settings.json
|
|
||||||
|
|||||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -12,15 +12,9 @@ __pycache__
|
|||||||
# ignore
|
# ignore
|
||||||
ignore/
|
ignore/
|
||||||
|
|
||||||
# packaged deployments
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
# celery
|
# celery
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
celerybeat.pid
|
celerybeat.pid
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
dump.rdb
|
dump.rdb
|
||||||
|
|
||||||
# zappa settings
|
|
||||||
zappa_settings.json
|
|
||||||
|
|||||||
Reference in New Issue
Block a user