feat: enhance project configuration with type checking and improved .gitignore entries

This commit is contained in:
Firman Ramdhani
2026-04-06 12:23:49 +07:00
parent 8c7b6d3017
commit 50592f27f3
9 changed files with 47 additions and 15 deletions
+28 -5
View File
@@ -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/