# Go *.exe *.exe~ *.dll *.so *.dylib *.test *.out go.work # Go workspace file go.work # Go binary bin/ dist/ # Node/React node_modules/ build/ .env .env.local .env.development.local .env.test.local .env.production.local # Dependencies 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 logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ # Production build build/ dist/ # Misc .env.local .env.development.local .env.test.local .env.production.local