updating gitignore

This commit is contained in:
2026-05-09 07:46:56 -06:00
parent 1c312f4358
commit af4ab7d655
+33 -10
View File
@@ -1,14 +1,21 @@
# ---> Go ### Project Specific
# If you prefer the allow list template instead of the deny list, see community template: # Files
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore .env
# .env.bak
.env.backup
.env.production
.forgent.json
.container_id
.session_id
*.log
docker-compose.override.yml
# Binaries for programs and plugins # Binaries for programs and plugins
*.exe *.exe
*.exe~ *.exe~
*.dll *.dll
*.so *.so
*.dylib *.dylib
drogobox drogobox
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
@@ -17,13 +24,29 @@ drogobox
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file # Go workspace file
go.work go.work
go.work.sum go.work.sum
# env file # Directories
.env
### Editor Specific
# Files
/*.sublime-project
/*.sublime-workspace
# Directories
/.fleet
/.idea
/.nova
/.vscode
/.zed
### System Specific
# Files
.DS_Store
Thumbs.db
# Directories
__MACOSX