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