Add JH work data page and database
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Secrets
|
||||
.env
|
||||
gitea-api.txt
|
||||
|
||||
# Python / runtime
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
server.log
|
||||
app.log
|
||||
|
||||
# OS / office temp files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
~$*.docx
|
||||
|
||||
# Local scratch
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user