Skip to content

Commit 50baa09

Browse files
authored
Merge pull request #8793 from mbobrovskyi/cleanup/add-idea-to-gitignore
Add .idea to .gitignore
2 parents 41224ce + 841d01e commit 50baa09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/bin
33
/tmp
44

5-
# Ignore vscode config files
5+
# Ignore IDE config files
66
.vscode
7+
.idea
78

89
# kustomize charts
910
kubernetes/*/*/charts/

0 commit comments

Comments
 (0)