Skip to content

Commit

Permalink
fix: gitignore 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim committed Jan 10, 2024
1 parent 053df1a commit a4531c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HELP.md
.gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
Expand All @@ -18,7 +18,7 @@ bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
.idea/
*.iws
*.iml
*.ipr
Expand Down

0 comments on commit a4531c8

Please sign in to comment.