mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-07 15:14:38 +08:00
ignore temp files on mac os
This commit is contained in:
77
.gitignore
vendored
77
.gitignore
vendored
@@ -1,28 +1,49 @@
|
||||
*.class
|
||||
test-output
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
target
|
||||
bin
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
|
||||
sw-pom.xml
|
||||
*.iml
|
||||
test-config.xml
|
||||
.idea
|
||||
/.gradle/
|
||||
/gradle/
|
||||
*.bat
|
||||
/gradlew
|
||||
*.class
|
||||
test-output
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
target
|
||||
bin
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
|
||||
sw-pom.xml
|
||||
*.iml
|
||||
test-config.xml
|
||||
.idea
|
||||
/.gradle/
|
||||
/gradle/
|
||||
*.bat
|
||||
/gradlew
|
||||
|
||||
# OSX
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
._*
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
Reference in New Issue
Block a user