# Dependencies node_modules/ # Logs logs/ *.log # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Runtime data *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output # 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 # IDE files .vscode/ .idea/ *.swp *.swo # OS generated files .DS_Store Thumbs.db