chore: .gitignore 업데이트 - data, logs, www 폴더 내부 데이터 제외

This commit is contained in:
2025-12-26 12:30:18 +09:00
parent 0bbabc5b28
commit fb56701ea4

19
.gitignore vendored
View File

@ -1 +1,20 @@
.env
# Docker volumes - 로컬 데이터
data/**/*
!data/**/.gitkeep
logs/**/*
!logs/**/.gitkeep
www/*
!www/.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db