LMS-BGN/.gitignore

220 lines
3.0 KiB
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# Testing
/coverage
# Next.js
/.next/
/out/
.next/
next-env.d.ts
*.tsbuildinfo
tsconfig.tsbuildinfo
# Production
/build
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env*.local
.env
.env.development
.env.production
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
Thumbs.db
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
lib-cov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.logs/blog/next-9-1#public-directory-support
# public
# Storybook build outputs
.out
.storybook-out
storybook-static
# Temporary folders
tmp/
temp/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Local development
.env.local
.env.development.local
.env.test.local
.env.production.local
# Database
*.db
*.sqlite
*.sqlite3
# Backup files
*.backup
*.bak
*.tmp
# Archive files (optional - uncomment if needed)
# *.zip
# *.tar.gz
# *.rar
# LMS specific files
/uploads/
/storage/
/public/uploads/
/public/storage/
# Documentation files (project specific)
EPIC-17-IMPLEMENTATION-SUMMARY.md
admin-brownfield-architecture.md
admin-frontend-architecture.md
brownfield-quiz-architecture.md
epic-17-participant-payroll-reward-system.md
frontend-architecture.md
gap-analysis-interactive-quiz-admin.md
gap-analysis-modular-architecture.md
interactive-quiz-brownfield-architecture.md
interactive-quiz-user-story.md
# Archive files
src.zip
*.zip
*.tar.gz
*.rar
# Certificate files
*.pem
*.key
*.crt
*.p12
# Package manager lock files (keep one, comment others)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml