21 lines
177 B
Plaintext
21 lines
177 B
Plaintext
# Air tmp directory
|
|
tmp/
|
|
|
|
# Go build output
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Air logs
|
|
build-errors.log
|
|
|
|
# Environment variables
|
|
.env
|