Skip to content

Commit 20d21e1

Browse files
committed
Include IntelliJ project files in gitignore
1 parent 6c4c0b2 commit 20d21e1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ignore Maven traget directory:
2-
/target
2+
/target/
33

44
# Ignore Eclipse project files:
55
.checkstyle
@@ -8,3 +8,13 @@
88
.classpath
99
.project
1010
.settings/
11+
12+
# Ignore IntelliJ project files:
13+
*.ipr
14+
*.iws
15+
*.iml
16+
.idea
17+
/out/
18+
19+
# Ignore IntelliJ JIRA plugin
20+
atlassian-ide-plugin.xml

0 commit comments

Comments
 (0)