Files
RestCOBOL/.gitignore
T
2026-06-11 09:52:57 +02:00

30 lines
264 B
Plaintext

# --- 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