Files
steamcache2/.gitignore
T
2026-05-27 02:13:48 -05:00

24 lines
248 B
Plaintext

#build artifacts
/dist/
/bin/
steamcache2
/plans/
#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