Skip to content

Commit

Permalink
[Sync] optimize: update gitignore (#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuluo-yx authored Mar 13, 2024
1 parent f1f6bde commit 445b4ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

# Package Files #
*.jar
!.mvn/wrapper/maven-wrapper.jar

*.war
*.ear
*.zip
Expand All @@ -32,6 +34,9 @@ hs_err_pid*
target
.DS_Store

#Seata test data file
sessionStore/

# temp ignore
*.cache
*.diff
Expand All @@ -40,6 +45,3 @@ target

# Maven ignore
.flattened-pom.xml

# AsciiDoc
spring-cloud-alibaba-docs/**/*.html
Binary file removed sessionStore/root.data
Binary file not shown.

0 comments on commit 445b4ec

Please sign in to comment.