Skip to content

Commit 1922930

Browse files
committed
initial commit
0 parents  commit 1922930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Gradle
2+
.gradle
3+
build/
4+
5+
# IntelliJ
6+
out/
7+
*.iml
8+
.idea/*
9+
!.idea/codeStyles
10+
!.idea/inspectionProfiles
11+
!.idea/runConfigurations
12+
13+
.java-version
14+
.DS_Store

0 commit comments

Comments
 (0)