1
- # Created by https://www.toptal.com/developers/gitignore/api/python,node, go,zsh,sonar,java,maven,intellij+all,terraform,linux
2
- # Edit at https://www.toptal.com/developers/gitignore?templates=python,node, go,zsh,sonar,java,maven,intellij+all,terraform,linux
1
+ # Created by https://www.toptal.com/developers/gitignore/api/python,go,zsh,sonar,java,maven,intellij+all,node,helm,terraform
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=python,go,zsh,sonar,java,maven,intellij+all,node,helm,terraform
3
3
4
4
# ## Go ###
5
5
# If you prefer the allow list template instead of the deny list, see community template:
24
24
# Go workspace file
25
25
go.work
26
26
27
+ # ## Helm ###
28
+ # Chart dependencies
29
+ ** /charts /* .tgz
30
+
27
31
# ## Intellij+all ###
28
32
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
29
33
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -138,21 +142,6 @@ fabric.properties
138
142
hs_err_pid *
139
143
replay_pid *
140
144
141
- # ## Linux ###
142
- * ~
143
-
144
- # temporary files which can be created if a process still has a handle open of a deleted file
145
- .fuse_hidden *
146
-
147
- # KDE directory preferences
148
- .directory
149
-
150
- # Linux trash folder which might appear on any partition or disk
151
- .Trash- *
152
-
153
- # .nfs files are created when an open file is removed but is still being accessed
154
- .nfs *
155
-
156
145
# ## Maven ###
157
146
target /
158
147
pom.xml.tag
@@ -553,7 +542,7 @@ zsdoc/data
553
542
/tests /_output /*
554
543
! /tests /_output /.gitkeep
555
544
556
- # End of https://www.toptal.com/developers/gitignore/api/python,node, go,zsh,sonar,java,maven,intellij+all,terraform,linux
545
+ # End of https://www.toptal.com/developers/gitignore/api/python,go,zsh,sonar,java,maven,intellij+all,node,helm,terraform
557
546
# custom git ignore files
558
547
bin
559
548
.scannerwork
@@ -567,4 +556,6 @@ TMP_CHANGELOG.md
567
556
* .zip
568
557
.external_modules
569
558
vendor
559
+ charts
560
+ .DS_Store
570
561
0 commit comments