blob: 27fdd02ef8bc445f9923e1227e58135ea0d15f56 [file] [log] [blame]
Zack Williamsda72e612019-05-10 09:31:49 -07001# local chart repo dir used when building the http-accessible repo
2chart_repo
3
4# lockfiles for requirements.yaml for dependent charts
5requirements.lock
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08006Chart.lock
Zack Williamsda72e612019-05-10 09:31:49 -07007
David Bainbridge2f9b76f2019-05-15 13:48:11 -07008# sub charts directories, created by helm dep ...
Zack Williamsda72e612019-05-10 09:31:49 -07009charts
David Bainbridge2f9b76f2019-05-15 13:48:11 -070010
Matteo Scandolo7414cff2021-07-23 08:48:54 -070011# tagcollisionreject.sh is downloaded via the Makefile if not present
12tagcollisionreject.sh
13
Joey Armstrongc02931b2022-11-17 16:13:20 -050014# should be working in a temp dir -vs- (read-only) checkout dir.
15tagcollisionreject.tmp.sh
16
Matteo Scandolo7414cff2021-07-23 08:48:54 -070017# helm-repo-tools is cloned in the Makefile if not present
18helm-repo-tools/
19
David Bainbridge2f9b76f2019-05-15 13:48:11 -070020# misc files
21.*.swp
Matteo Scandoloccea27b2020-03-18 15:25:05 -070022.remote-sync.json
23.DS_Store
Andrea Campanella816c13e2020-10-26 10:29:10 +010024#Idea
25.idea/