Skip to content

Commit b408315

Browse files
committed
feat: ignore .idea and ddl directories in Git and Helm ignore files
1 parent 304f009 commit b408315

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ rust-project.json
102102
data
103103

104104
charts/templates/configMap.yaml
105-
.idea
105+
.idea
106+
ddl

charts/.helmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
.idea/
2222
*.tmproj
2323
.vscode/
24+
/templates/configMap.yaml

0 commit comments

Comments
 (0)