feat: enhance project configuration with type checking and improved .gitignore entries
This commit is contained in:
+28
-5
@@ -1,20 +1,43 @@
|
||||
# OS & Editor
|
||||
.DS_Store
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
.pnpm-store
|
||||
|
||||
# Turborepo & Cache
|
||||
.turbo
|
||||
.cache
|
||||
|
||||
# Environment Variables (Security)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.local
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Standard Web Build Outputs
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
.env
|
||||
.cache
|
||||
server/dist
|
||||
public/dist
|
||||
|
||||
# storybook
|
||||
# Storybook Build Outputs
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
||||
# Electron
|
||||
# Electron Build Outputs
|
||||
out/
|
||||
release/
|
||||
web-dist/
|
||||
Reference in New Issue
Block a user