init: repo scaffolding
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
|||||||
|
# Audit-compliant .gitignore (jannikcloud-monitor 5-pattern requirement)
|
||||||
|
|
||||||
|
# Logs (pattern #5)
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Temp (patterns #1 + #4)
|
||||||
|
*.tmp
|
||||||
|
*.tmp*
|
||||||
|
.tmp
|
||||||
|
tmp/
|
||||||
|
temp.txt
|
||||||
|
temp.log
|
||||||
|
|
||||||
|
# Scratch (pattern #2)
|
||||||
|
scratch/
|
||||||
|
|
||||||
|
# venv (pattern #3)
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
|
# Secrets — NEVER push
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
|
||||||
|
# Editor / OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# MC-Survival Wiki — Daily Tips Archive
|
||||||
|
|
||||||
|
One markdown file per generated improvement tip for the
|
||||||
|
[MC-Survival Wiki](https://github.com/orfelorfel23/MC-SurvivalProjekt-Wiki).
|
||||||
|
|
||||||
|
Generated automatically by the `mc-survival-wiki-tips` cron job (18:00 MESZ daily).
|
||||||
|
|
||||||
|
See [TIPS.md](TIPS.md) for an index.
|
||||||
Reference in New Issue
Block a user