Update ignore files for broader fly file usage (#353)

This commit is contained in:
Corry Haines 2023-01-04 15:43:53 -08:00 committed by GitHub
parent 9ae9e03b9d
commit 936bb81b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
.mypy_cache .mypy_cache
.pre-commit-config.yaml .pre-commit-config.yaml
.venv .venv
fly.toml /fly.*
media media
notes.md notes.md
venv venv

2
.gitignore vendored
View file

@ -11,11 +11,11 @@
/build /build
/cache/ /cache/
/docs/_build /docs/_build
/fly.*
/media/ /media/
/static-collected /static-collected
/takahe/local_settings.py /takahe/local_settings.py
__pycache__/ __pycache__/
api-test.* api-test.*
fly.toml
notes.md notes.md
notes.py notes.py