# Go *.exe *.exe~ *.dll *.so *.dylib *.test *.out go.work # Go workspace file go.work # Go binary bin/ dist/ # Node/React - match in any directory **/node_modules/ **/build/ **/.env **/.env.local **/.env.development.local **/.env.test.local **/.env.production.local # Dependencies - match in any directory **/npm-debug.log* **/yarn-debug.log* **/yarn-error.log* **/package-lock.json **/yarn.lock # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs - match in any directory **/logs **/*.log # Testing - match in any directory **/coverage/ # Production build - match in any directory **/build/ **/dist/