change theme, linter, formatter

This commit is contained in:
2025-10-21 10:46:36 +02:00
parent 823e377e4b
commit e2375fbba9
21 changed files with 1106 additions and 1312 deletions
+32
View File
@@ -0,0 +1,32 @@
# 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