Add common noise to .gitignore (coverage, test binaries, stray config test, session docs)
This commit is contained in:
+11
-1
@@ -12,4 +12,14 @@
|
|||||||
|
|
||||||
#test cache
|
#test cache
|
||||||
/steamcache/test_cache/*
|
/steamcache/test_cache/*
|
||||||
!/steamcache/test_cache/.gitkeep
|
!/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