Skip to content

Commit 5e3f60a

Browse files
Add IntelliJ .ipr project files to gitignore (#2635)
We do not store IntelliJ project files in git, but local workspaces automatically create an aws-sdk-java-pom.ipr file, which shows up under the default version control changelist.
1 parent cdaa412 commit 5e3f60a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"contributor": "",
4+
"type": "bugfix",
5+
"description": "Add IntelliJ .ipr files to gitignore"
6+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Intellij
77
.idea/
88
*.iml
9+
*.ipr
910
*.iws
1011

1112
# Mac

0 commit comments

Comments
 (0)