# Node modules node_modules/ frontend/node_modules/ # Environment variables .env # Build directories /frontend/build /dist # Executables /main /main.exe # IDE and editor files .vscode/ .idea/ *.sublime-workspace *.sublime-project # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Coverage directory used by tools like istanbul coverage # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.local .env.development.local .env.test.local .env.production.local # Next.js .next/ # Cache .cache/ .cache-loader/ # Debug logs from npm npm-debug.log* # Local Netlify folder .netlify # Yarn .yarn/ .pnp.* .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.js # IDE specific files .idea/ .vscode/ *.suo *.ntvs* *.njsproj *.sln *.sw? # Docker **/docker-compose.override.yml # Local development frontend/.env.local frontend/.env.development.local frontend/.env.test.local frontend/.env.production.local # Build output frontend/.next/ frontend/out/ # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* # Local development .DS_Store # Local env files .env*.local # Local history for editors and IDEs .history/ # Output of 'npm pack' *.tgz # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.local .env.development.local .env.test.local .env.production.local # Next.js .next/ out/ # Production build # Debug npm-debug.log* yarn-debug.log* yarn-error.log* # Local development .DS_Store .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/* !.vscode/extensions.json .idea # Logs logs *.log # Dependencies node_modules/ # Build output .next/ out/ # Local env files .env*.local # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* # Local development .DS_Store # Local env files .env*.local # Local history for editors and IDEs .history/ # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.local .env.development.local .env.test.local .env.production.local # Next.js .next/ out/ # Production build # Debug npm-debug.log* yarn-debug.log* yarn-error.log* # Local development .DS_Store .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/* !.vscode/extensions.json .idea # Logs logs *.log # Dependencies node_modules/ # Build output .next/ out/ # Local env files .env*.local # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log*