Skip to content

Commit fce2938

Browse files
committed
Update gitignore
1 parent 80c8202 commit fce2938

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,24 @@ target
1111
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
1212
!gradle-wrapper.jar
1313
src/main/resources/windows/winrun4j-launcher.jar
14+
15+
# Log file
16+
*.log
17+
18+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
19+
hs_err_pid*
20+
21+
# IntelliJ
22+
**/.idea/
23+
**.iml
24+
25+
# Eclipse
26+
**/.settings/
27+
28+
# Maven
29+
**/target/
30+
**/*.xml.releaseBackup
31+
/release.properties
32+
33+
## More
34+
.DS_Store

0 commit comments

Comments
 (0)