Skip to content

Commit 62d4258

Browse files
committed
chore: update gitignore
1 parent f6783a2 commit 62d4258

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.gitignore

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
.gradle
1+
## Intellij IDEA
2+
*.iml
3+
*.eml
4+
*.ipr
5+
*.iws
26
.idea
3-
.qodana
7+
*java.orig
8+
**/out/*
9+
10+
## Eclipse
11+
*.classpath
12+
*.project
13+
14+
## Gradle
15+
.gradle
416
build
17+
jvm/
18+
19+
## Qodana
20+
.qodana

0 commit comments

Comments
 (0)