25 lines
335 B
Plaintext
25 lines
335 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
|
|
|
|
# Stray/unwanted test file from previous work
|
|
config/config_test.go
|
|
|
|
# Large session-generated review notes
|
|
docs/ |