mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-17 07:03:31 +00:00
initial commit
This commit is contained in:
commit
9963e01acc
158 changed files with 48198 additions and 0 deletions
114
.gitignore
vendored
Normal file
114
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue