123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- # # Logs
- # logs
- # *.log
- # npm-debug.log*
- # yarn-debug.log*
- # yarn-error.log*
- # # system files
- # .DS_Store
- # .idea
- # # Runtime data
- # pids
- # *.pid
- # *.seed
- # *.pid.lock
- # # Dependency directories
- # node_modules/
- # # Optional npm cache directory
- # .npm
- # .nvmrc
- # # Optional REPL history
- # .node_repl_history
- # # Output of 'npm pack'
- # *.tgz
- # # Yarn Integrity file
- # .yarn-integrity
- # # dotenv environment variables file
- # .env
- # .env.local
- # # parcel-bundler cache (https://parceljs.org/)
- # .cache
- # # next.js build output
- # .next
- # out
- # .now
- # build/
- # storybook-static/
- # package-lock.json
- # coverage
- # .jest-test-results.json
- # .vercel
- # # Service Worker Artifacts
- # public/workbox-*.js
- # public/workbox-*.js.map
- # public/sw.js
- # public/sw.js.map
- # # sitemap files
- # public/sitemap*
- # public/robots.txt
- # # playwright
- # test-results/
- # playwright-report/
- # keys
- # # Sentry
- # .sentryclirc
|