fix: add .DS_Store to .gitignore

This commit is contained in:
sol 2025-09-21 17:11:29 +08:00
parent c85be6c29e
commit 892eaca3e0

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.DS_Store
### STS ###
.apt_generated