Skip to content

Commit

Permalink
gitignore에 DS_Store 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qzzloz committed Aug 27, 2024
1 parent 461c4a5 commit c6604da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
**/.DS_Store

### STS ###
.apt_generated
Expand Down
Binary file removed src/.DS_Store
Binary file not shown.

0 comments on commit c6604da

Please sign in to comment.