Skip to content

Commit 03878b8

Browse files
committed
personalize gitignore configuration
1 parent 82558ad commit 03878b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,18 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
# Java and Gradle
26+
build/
27+
.gradle/
28+
out/
29+
out
30+
.gradle
31+
gradle/
32+
gradlew.bat
33+
gradlew
34+
settings.gradle
35+
36+
# IntelliJ
37+
.idea
38+
.idea/

0 commit comments

Comments
 (0)