GIF89a
# ========================= # Node Modules # ========================= node_modules/ # ========================= # Logs # ========================= logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # ========================= # Runtime data # ========================= pids/ *.pid *.seed *.pid.lock # ========================= # Environment variables # ========================= .env .env.* !.env.example # ========================= # Build / Output # ========================= dist/ build/ out/ # ========================= # Coverage (testing) # ========================= coverage/ # ========================= # OS files # ========================= .DS_Store Thumbs.db # ========================= # Editor / IDE files # ========================= .vscode/ .idea/ *.swp *.swo # ========================= # Optional npm cache # ========================= .npm/ # ========================= # Temporary files # ========================= tmp/ temp/ # ========================= # Parcel / Next / Vite (if used) # ========================= .cache/ .next/ .vite/ # ========================= # TypeScript # ========================= *.tsbuildinfo # ========================= # Docker # ========================= .dockerignore # ========================= # Misc # ========================= *.tgz *.bak *.old