Files
steamcache2/.gitignore
T
s1d3sw1ped 953ac4d9d8 Finalize .gitignore after review document inclusion
Removed broad docs/ ignore now that the final production hardening
review is tracked.
2026-05-26 22:41:29 -05:00

21 lines
222 B
Plaintext

#build artifacts
/dist/
#disk cache
/disk/
#config file
/config.yaml
#windows executables
*.exe
#test cache
/steamcache/test_cache/*
!/steamcache/test_cache/.gitkeep
# Test artifacts and coverage
coverage.out
*.test