# Dependencies node_modules/ .pnpm-store/ # Build outputs dist/ build/ .next/ .turbo/ # Environment files .env .env.local .env.production .env.development # Cache directories .cache/ .vite/ .eslintcache # Test coverage coverage/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variable files .env.development.local .env.test.local .env.production.local .env.local # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # Docker .dockerignore docker-compose.override.yml # Temporary files *.tmp *.temp temp/ tmp/ # Database *.db *.sqlite *.sqlite3 # macOS .DS_Store .AppleDouble .LSOverride # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk *.tsbuildinfo *code-workspace # Next.js specific /.next/ /out/ .vercel next-env.d.ts # Vite specific dist/ # Test and demo files **/bubble-core/output/** **/manual-tests/*.jpg **/manual-tests/*.pdf **/manual-tests/*.jpeg **/manual-tests/*.png **/manual-tests/*.gif **/manual-tests/*.bmp **/manual-tests/*.tiff **/manual-tests/*.webp **/manual-tests/*.heic **/manual-tests/*.heif **/manual-tests/*.heif **/output/*.jpg **/output/*.jpeg **/output/*.png **/output/*.gif **/output/*.bmp **/output/*.tiff **/output/*.webp **/output/*.heic **/output/*.heif **/private_apps/**