Add common noise to .gitignore (coverage, test binaries, stray config test, session docs)
This commit is contained in:
+10
@@ -13,3 +13,13 @@
|
||||
#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/
|
||||
Reference in New Issue
Block a user