add .DS_Store in gitignore

This commit is contained in:
heyethereum
2024-07-11 21:38:08 +08:00
parent ce1f9d5ad1
commit 6af4e671fa
2 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

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