Skip to content

Commit

Permalink
[ENV][Chore] #1 : .gitignore tmp 디렉토리 옵션에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
effozen committed Nov 7, 2024
1 parent 883fdcb commit af1f33d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# 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

#TMP
tmp

#DOCS
/docs

Expand Down

0 comments on commit af1f33d

Please sign in to comment.