Skip to content

Commit 55491e6

Browse files
author
Brian Oliver
committed
Updated .gitignore
1 parent 1bf85bb commit 55491e6

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

.gitignore

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
*.iml
22
*.ipr
33
*.iws
4-
.idea
5-
target
6-
/.settings
7-
/.project
8-
/.classpath
9-
/.checkstyle
4+
*.class
5+
*.jar
6+
*.ear
7+
*.war
8+
*.gar
9+
.idea/
10+
target/
11+
.settings/
12+
.project/
13+
.classpath/
14+
.checkstyle/

oracle-tools-core/.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.iml
2+
*.ipr
3+
*.iws
4+
*.class
5+
*.jar
6+
*.ear
7+
*.war
8+
*.gar
9+
.idea/
10+
target/
11+
.settings/
12+
.project/
13+
.classpath/
14+
.checkstyle/

0 commit comments

Comments
 (0)