mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
# python testing cache
|
|
__pycache__
|
|
|
|
# django testing db
|
|
db.sqlite3
|
|
|
|
# frontend fonts
|
|
*ttf.woff
|
|
|
|
# for local testing only
|
|
testing.sh
|