27 lines
296 B
Text
27 lines
296 B
Text
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
package-lock.json
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage/
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
*.log
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
|
||
|
|
# Config files that might have different formatting
|
||
|
|
*.config.js
|
||
|
|
*.config.ts
|
||
|
|
vite.config.ts
|
||
|
|
vitest.config.ts
|
||
|
|
postcss.config.js
|
||
|
|
tailwind.config.js
|
||
|
|
|
||
|
|
# Other
|
||
|
|
public/
|