AgentIQ_Frontend/.gitignore
2025-12-24 09:50:26 +05:30

105 lines
1.1 KiB
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Production builds
dist/
dist-ssr/
build/
*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# Testing
coverage/
.nyc_output/
*.lcov
.jest/
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS files
Thumbs.db
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini
# Temporary files
*.tmp
*.temp
.cache/
.parcel-cache/
.turbo/
# TypeScript
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Storybook build outputs
storybook-static/
# Vite
.vite/
# Debug
.vscode-test/
# Local Netlify folder
.netlify
# Sentry
.sentryclirc
# Documentation files (internal only, not for GitHub)
GUIDELINES.md
CONTRIBUTING.md
# Lock files (optional - uncomment if you want to ignore)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml