mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-15 05:02:11 +00:00
114 lines
1.3 KiB
Text
114 lines
1.3 KiB
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/releases
|
|
.pnpm-store/
|
|
|
|
# testing
|
|
/coverage
|
|
/playwright-report
|
|
/test-results
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
.nyc_output
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
.next-env.d.ts
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
Thumbs.db
|
|
desktop.ini
|
|
.directory
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
debug.log
|
|
|
|
# local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.swp
|
|
*.swo
|
|
.vs/
|
|
*.code-workspace
|
|
.project
|
|
.settings/
|
|
.classpath
|
|
|
|
# PWA files
|
|
**/public/sw.js
|
|
**/public/workbox-*.js
|
|
**/public/worker-*.js
|
|
**/public/sw.js.map
|
|
**/public/workbox-*.js.map
|
|
**/public/worker-*.js.map
|
|
**/public/fallback-*.js
|
|
|
|
# Sentry
|
|
.sentryclirc
|
|
.sentry-native/
|
|
|
|
# Storybook
|
|
storybook-static/
|
|
*.stories.d.ts
|
|
|
|
# Cache and Temp
|
|
.eslintcache
|
|
.stylelintcache
|
|
.cache/
|
|
.temp/
|
|
tmp/
|
|
temp/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Build tools
|
|
.rollup.cache/
|
|
tsconfig.tsbuildinfo
|
|
|
|
# OS generated files
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|