diff --git a/.gitignore b/.gitignore index 4c7c3fe..b5b159b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ venv/ .env.* !.env.example +# 로컬 전용 문서 (원격 저장소에는 올리지 않음) +doc/ + # --- JetBrains 공식 .gitignore 파일 명세 --- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839