ignore temp files on mac os
This commit is contained in:
77
.gitignore
vendored
77
.gitignore
vendored
@@ -1,28 +1,49 @@
|
|||||||
*.class
|
*.class
|
||||||
test-output
|
test-output
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
# Mobile Tools for Java (J2ME)
|
||||||
.mtj.tmp/
|
.mtj.tmp/
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
target
|
target
|
||||||
bin
|
bin
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
sw-pom.xml
|
sw-pom.xml
|
||||||
*.iml
|
*.iml
|
||||||
test-config.xml
|
test-config.xml
|
||||||
.idea
|
.idea
|
||||||
/.gradle/
|
/.gradle/
|
||||||
/gradle/
|
/gradle/
|
||||||
*.bat
|
*.bat
|
||||||
/gradlew
|
/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