Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 2c75720

Browse files
committed
initial commit
0 parents  commit 2c75720

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Eclipse project files
2+
.classpath
3+
.project
4+
5+
# Intellij project files
6+
*.iml
7+
*.ipr
8+
*.iws
9+
.idea/
10+
11+
#Gradle
12+
.gradletasknamecache
13+
.gradle/
14+
build/
15+
bin/
16+
out/
17+
classes/
18+
19+
packaging-test/temp/

0 commit comments

Comments
 (0)