Skip to content

Commit b5eb632

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.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)