Remove stray empty files; whitelist the repo layout in .gitignore
Bump website submodule / bump (push) Successful in 46s

Three zero-byte shell-redirection accidents were tracked. The
.gitignore now ignores everything at the root except the known data
directories, README, and workflows, so strays can never be committed
again even with git add -A.
This commit is contained in:
2026-07-09 15:43:36 +07:00
parent 70d5425696
commit 27d47fa9ef
4 changed files with 9 additions and 0 deletions
View File
+9
View File
@@ -0,0 +1,9 @@
# Whitelist: this repo holds ONLY measurement data with a fixed layout.
# Everything at the root is ignored unless explicitly allowed below, so stray
# files (shell redirection accidents, tool artifacts) can never be committed.
/*
!/.gitignore
!/.gitea/
!/README.md
!/lamps/
!/solar-charge-controllers/
View File
View File