# Version control .git .gitignore # Dependencies node_modules npm-debug.log yarn-debug.log yarn-error.log # Environment variables .env .env.* !.env.example # Development .vscode .idea *.swp *.swo # Build outputs dist build coverage # Local uploads (development only) local_uploads # Logs logs *.log # System files .DS_Store Thumbs.db # Docker .docker docker-compose*.yml Dockerfile* # Documentation README.md CHANGELOG.md docs # Keep test files and configs for development builds # __tests__ # jest.config.js # *.test.js # *.spec.js # .eslintrc* # .prettierrc* .editorconfig nodemon.json