blob: ba31c93bd8e5a23a3d15e977137900a3bf4e44ee [file] [log] [blame]
Joey Armstrong748ff282023-08-07 12:27:31 -04001# -*- makefile -*-
2
Zack Williamsda72e612019-05-10 09:31:49 -07003# local chart repo dir used when building the http-accessible repo
4chart_repo
5
6# lockfiles for requirements.yaml for dependent charts
7requirements.lock
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08008Chart.lock
Zack Williamsda72e612019-05-10 09:31:49 -07009
David Bainbridge2f9b76f2019-05-15 13:48:11 -070010# sub charts directories, created by helm dep ...
Zack Williamsda72e612019-05-10 09:31:49 -070011charts
David Bainbridge2f9b76f2019-05-15 13:48:11 -070012
Matteo Scandolo7414cff2021-07-23 08:48:54 -070013# tagcollisionreject.sh is downloaded via the Makefile if not present
14tagcollisionreject.sh
15
Joey Armstrongc02931b2022-11-17 16:13:20 -050016# should be working in a temp dir -vs- (read-only) checkout dir.
17tagcollisionreject.tmp.sh
18
Joey Armstrong748ff282023-08-07 12:27:31 -040019# ---------------------------
20# Repositories cloned locally
21# ---------------------------
22cord-charts-repo/
Matteo Scandolo7414cff2021-07-23 08:48:54 -070023helm-repo-tools/
24
Joey Armstrong748ff282023-08-07 12:27:31 -040025# ----------
David Bainbridge2f9b76f2019-05-15 13:48:11 -070026# misc files
Joey Armstrong748ff282023-08-07 12:27:31 -040027# ----------
David Bainbridge2f9b76f2019-05-15 13:48:11 -070028.*.swp
Joey Armstrong748ff282023-08-07 12:27:31 -040029*~
Matteo Scandoloccea27b2020-03-18 15:25:05 -070030.remote-sync.json
31.DS_Store
Andrea Campanella816c13e2020-10-26 10:29:10 +010032#Idea
33.idea/
Joey Armstrong748ff282023-08-07 12:27:31 -040034
35# [EOF]