33 lines
340 B
Plaintext
33 lines
340 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Generated files
|
|
*.min.js
|
|
*.min.css
|
|
|
|
# Documentation
|
|
*.md
|
|
CHANGELOG.md
|
|
README.md
|
|
|
|
# Config files that should maintain their format
|
|
.prettierrc
|
|
.eslintrc*
|
|
tsconfig*.json
|
|
vite.config.ts
|
|
tailwind.config.js
|
|
postcss.config.js
|
|
|
|
# Other
|
|
.git/
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
|
|
tags
|