diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9a53ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +### 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` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Go workspace file +go.work +go.work.sum + +# Directories + + +### Editor Specific +# Files +/*.sublime-project +/*.sublime-workspace + +# Directories +/.fleet +/.idea +/.nova +/.vscode +/.zed + +### System Specific +# Files +.DS_Store +Thumbs.db + +# Directories +__MACOSX