Skip to content

Commit a444cd3

Browse files
committed
initial commit
0 parents  commit a444cd3

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Eclipse files
2+
.classpath
3+
.project
4+
.settings/
5+
6+
# IntelliJ Idea files
7+
.idea/
8+
.run/
9+
out/
10+
*.iml
11+
*.ipr
12+
*.iws
13+
.attach_pid*
14+
*.hprof
15+
16+
**/.DS_Store
17+
18+
bin/
19+
target/
20+
build/
21+
classes/
22+
idea/
23+
.gradle/
24+
25+
*-tmp/
26+
**/tmp/
27+
28+
*.class
29+
*.dump
30+
*.log
31+
*.cfg
32+
*.orig
33+

0 commit comments

Comments
 (0)