update .gitignore (#2176)

Related to #2175
This commit is contained in:
Aman Mangal
2025-02-24 13:46:06 +05:30
committed by GitHub
parent 0665a84629
commit 39187f5023
+16 -3
View File
@@ -1,5 +1,18 @@
p/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
badger/badger-*
# Test binary, build with `go test -c`
*.test
badger-test*/
.idea/
# Output of the go coverage tool
*.out
#darwin
.DS_Store
vendor