Skip to content

Commit b5eb632

Browse files
authored
Merge pull request java-diff-utils#37 from koppor/refine-gitignore
Add support for IntelliJ to .gitignore
2 parents 8c86e0f + 6321d53 commit b5eb632

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
/target/
2-
/nbproject/
1+
.idea/
2+
build/
3+
nbproject/
4+
target/

0 commit comments

Comments
 (0)