From af4ab7d655d30c1566dd5bf843f591feaccb8aa7 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Sat, 9 May 2026 07:46:56 -0600 Subject: [PATCH] updating gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8c80423..b9a53ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,21 @@ -# ---> Go -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# +### Project Specific +# Files +.env +.env.bak +.env.backup +.env.production +.forgent.json +.container_id +.session_id +*.log +docker-compose.override.yml + # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib - drogobox # Test binary, built with `go test -c` @@ -17,13 +24,29 @@ drogobox # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Dependency directories (remove the comment below to include it) -# vendor/ - # Go workspace file go.work go.work.sum -# env file -.env +# Directories + +### Editor Specific +# Files +/*.sublime-project +/*.sublime-workspace + +# Directories +/.fleet +/.idea +/.nova +/.vscode +/.zed + +### System Specific +# Files +.DS_Store +Thumbs.db + +# Directories +__MACOSX