29b38efbe7
This file was previously ignored as stray. Adding it now so that its removal can be part of the upcoming production hardening merge instead of being a silent untracked file. It will be deleted in a follow-up commit.
22 lines
266 B
Plaintext
22 lines
266 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
|
|
|
|
# Large session-generated review notes
|
|
docs/ |