Skip to content

Commit 890fdf7

Browse files
authored
Merge pull request #396 from cloudfoundry/ignore_idea_folder
Ignore IntelliJ folder
2 parents e1a3daf + f2ee71a commit 890fdf7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ terraform.rc
4141
*.drawio.*.dtmp
4242

4343
# macos
44-
.DS_Store
44+
.DS_Store
45+
46+
# IntelliJ
47+
.idea

0 commit comments

Comments
 (0)