Initial commit - BraceIQMed platform with frontend, API, and brace generator
This commit is contained in:
80
frontend/.gitignore
vendored
Normal file
80
frontend/.gitignore
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
# Node deps
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
.vite/
|
||||
|
||||
# Environment files (sensitive)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
*.log
|
||||
|
||||
# VCS and tooling
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor / IDE history and temp
|
||||
*.swp
|
||||
*~
|
||||
.history/
|
||||
|
||||
# Test & coverage
|
||||
coverage/
|
||||
.nyc_output/
|
||||
jest.cache
|
||||
|
||||
# Caches
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
.pnp.*
|
||||
.eslintcache
|
||||
|
||||
# Serverless / local dev artifacts
|
||||
.serverless/
|
||||
.firebase/
|
||||
|
||||
# Packages / artifacts
|
||||
*.tgz
|
||||
|
||||
# Optional: lockfiles should be committed (do NOT ignore package-lock.json / yarn.lock)
|
||||
Reference in New Issue
Block a user