Skip to content

Commit 5a9b145

Browse files
authored
Merge pull request #289 from kerner1000/feature/update-gitignore
Update gitignore
2 parents 80c8202 + fce2938 commit 5a9b145

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
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)