초기셋팅
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Dependencies
|
||||
/node_modules
|
||||
|
||||
# Vite
|
||||
.env.local
|
||||
.env.*.local
|
||||
dist
|
||||
dist-ssr
|
||||
*.js.map
|
||||
*.css.map
|
||||
|
||||
# IDEs and editors
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Operating System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Local configuration
|
||||
.env
|
||||
Reference in New Issue
Block a user