diff --git a/.gitignore b/.gitignore index 4c49bd7..c685b02 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file