953ac4d9d8
Removed broad docs/ ignore now that the final production hardening review is tracked.
21 lines
222 B
Plaintext
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
|
|
|