gitignore 수정
This commit is contained in:
parent
930d6c3d7f
commit
0d46db3227
1 changed files with 24 additions and 1 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -1 +1,24 @@
|
||||||
node_modules
|
# Dependencies
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Build
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue