23 lines
240 B
Plaintext
23 lines
240 B
Plaintext
#build artifacts
|
|
/dist/
|
|
/bin/
|
|
steamcache2
|
|
|
|
#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
|
|
|