# Node modules node_modules/ npm-debug.log # Environment files .env .env.local # Git .git/ .gitignore # Database (will be in volume) database/ *.db *.db-journal # Logs (will be in volume) logs/ *.log # Documentation *.md # IDE .vscode/ .idea/ # OS .DS_Store # Testing coverage/ .nyc_output/ # Migrations and seeders (run in entrypoint, keep for reference) # migrations/ # seeders/ # Scripts should be included (needed for admin creation) # scripts/ - DO NOT IGNORE! # Temporary tmp/ temp/