Initial setup for URL Shortener with Dashboard + Admin-Panel based on Vite + React
This commit is contained in:
parent
295af34956
commit
eb9747ae91
24 changed files with 7157 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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?
|
||||
|
||||
# node modules
|
||||
client/node_modules/
|
||||
server/node_modules/
|
||||
|
||||
# DB
|
||||
db.sqlite
|
||||
|
||||
# Vite/React
|
||||
client/dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue