change theme, linter, formatter
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user