jet/.gitignore
Eli Ribble 5d1673b051
Ignore the gentestdata2 directory
Because apparently that's a thing.
2026-05-14 21:46:26 +00:00

30 lines
357 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Idea
.idea
*.iml
# Test files
gen
.gentestdata
.gentestdata2
.tests/testdata/
.gen
.docker
.env
.tempTestDir
.gentestdata3
# Output of test builds
/cmd/jet/jet