This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
userausfall/.gitignore

28 lines
308 B
Plaintext
Raw Permalink Normal View History

2021-04-13 11:39:00 +02:00
__pycache__/
2021-10-21 09:43:01 +02:00
/data/*
!/data/.gitkeep
2021-04-13 11:39:00 +02:00
/db.sqlite3
2021-10-21 09:43:01 +02:00
/media/
/dist/
*.egg-info/
/build/
/.pybuild/
/.tox/
.coverage*
/debian/*debhelper*
/debian/*.substvars
/debian/files
/debian/python3-userausfall/
/debian/userausfall/
/debian/userausfall-webapp/
2021-10-21 09:43:01 +02:00
node_modules/
app/dist/
npm-debug.log*
.idea/
*.env*
*.swp