mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
- Added routeTree.gen.ts to .prettierignore to prevent formatting of generated files. - Reformatted the external dependencies list in vite.config.mts for improved readability.
42 lines
410 B
Plaintext
42 lines
410 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.turbo/
|
|
release/
|
|
|
|
# Automaker
|
|
.automaker/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
|
|
# Generated files
|
|
*.min.js
|
|
*.min.css
|
|
routeTree.gen.ts
|
|
apps/ui/src/routeTree.gen.ts
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
coverage/
|
|
playwright-report/
|
|
blob-report/
|
|
|
|
# IDE/Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Electron
|
|
dist-electron/
|
|
server-bundle/
|