Skip to content

Commit 82676c9

Browse files
authored
Merge pull request #67 from nolanlab/UpdateGitignore
Update .gitignore
2 parents fb7f751 + 513d8cb commit 82676c9

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)