# Dependencies node_modules/ package-lock.json yarn.lock pnpm-lock.yaml # Build output dist/ build/ *.js.map # Environment variables .env .env.local .env.development .env.test .env.production .env*.local # IDE and editors .idea/ .vscode/ *.swp *.swo *.swn *~ .project .classpath .settings/ *.sublime-workspace *.sublime-project # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Testing coverage/ .nyc_output/ *.lcov # TypeScript cache *.tsbuildinfo tsconfig.tsbuildinfo # Temporary files tmp/ temp/ .tmp/ .temp/ *.tmp *.temp # Debug .npm .eslintcache .stylelintcache # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Docker .docker/ # Miscellaneous *.pid *.seed *.pid.lock