Migrate to vite + react + tailwindcss
This commit is contained in:
parent
384e2fbc2c
commit
4cb5e97faf
28 changed files with 1990 additions and 1092 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,2 +1,24 @@
|
|||
/dist/
|
||||
/target/
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue