Skip to content

Commit 513d8cb

Browse files
committed
Update .gitignore
Updated gitignore to remove target directory, intellij related files
1 parent fb7f751 commit 513d8cb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
*/target/
1+
*.xml
2+
**/target
3+
4+
### IntelliJ IDEA ###
5+
**/.idea
6+
*.iws
7+
*.iml
8+
*.ipr
29
.idea
310
*.iws
411
*.iml
512
*.ipr
613
*.jar
714

15+
.idea/workspace.xml
16+
*.xml

0 commit comments

Comments
 (0)