Skip to content

Commit 0af8724

Browse files
vorburgermeisterT
authored andcommitted
add Eclipse IDE files to .gitignore (bazelbuild#55)
as well as Maven target/ in preparation for upcoming mvn2bazel example
1 parent 22870ac commit 0af8724

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
*~
22
bazel-*
3-
.idea
43
.bazelrc
4+
.idea
5+
# Eclipse
6+
.project
7+
.classpath
8+
.settings/
9+
# Maven
10+
target/

0 commit comments

Comments
 (0)