chore: .gitignore 업데이트 - data, logs, www 폴더 내부 데이터 제외
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,20 @@
|
|||||||
.env
|
.env
|
||||||
|
# Docker volumes - 로컬 데이터
|
||||||
|
data/**/*
|
||||||
|
!data/**/.gitkeep
|
||||||
|
|
||||||
|
logs/**/*
|
||||||
|
!logs/**/.gitkeep
|
||||||
|
|
||||||
|
www/*
|
||||||
|
!www/.gitkeep
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user