Docker setup and read yaml

This commit is contained in:
2026-06-11 09:52:57 +02:00
parent a3f19462c3
commit 4659354856
6 changed files with 137 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# --- OS Generated Files ---
.DS_Store
Thumbs.db
# --- Go / Golang ---
main
code/main
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# --- COBOL / C ---
*.out
*.o
*.obj
*.so
*.dll
*.gnt
*.int
*.lst
*.dylib
# --- Environment / Secrets ---
.env
.env.*
!.env.example