Skip to content

Commit 6734dce

Browse files
authored
Add .gitignore to java examples (#13)
1 parent 4e18e36 commit 6734dce

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Gradle
2+
build
3+
gradle.properties
4+
.gradle
5+
local.properties
6+
out
7+
8+
# IntelliJ IDEA
9+
.idea
10+
*.iml
11+
*.ipr
12+
*.iws
13+
.ijwb
14+
15+
# OS X
16+
.DS_Store
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Gradle
2+
build
3+
gradle.properties
4+
.gradle
5+
local.properties
6+
out
7+
8+
# IntelliJ IDEA
9+
.idea
10+
*.iml
11+
*.ipr
12+
*.iws
13+
.ijwb
14+
15+
# OS X
16+
.DS_Store

0 commit comments

Comments
 (0)