hub/.gitignore

25 lines
433 B
Plaintext
Raw Permalink Normal View History

.DS_Store
*.swp
.vscode
.idea
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.hugo_build.lock
node_modules/
web/build
web/public/docs
web/coverage
web/src/static
widget/build
widget/coverage
Helm chart testing (#648) * fixes #535 Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * add back header statements Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * use simple name Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * use v2 Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * add required config and point to chart Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * Update .ct.yaml Co-authored-by: Scott Rigby <scott@r6by.com> Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * fixing changes requested by @scottrigby Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * update deployment with default host expansion, ci override for name, and bump Chart.yaml Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * update deployment with default host expansion, ci override for name, and bump Chart.yaml Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * change chart name, and fix secretdata to match template Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * fix remaining hosts Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * fix backend copy Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * change chart name back to `artifact-hub`, and ran a quick trailing-whitespace / end-of-files lint on the repo Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * fix ci Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * Revert "change chart name back to `artifact-hub`, and ran a quick trailing-whitespace / end-of-files lint on the repo" This reverts commit 09086f67 Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * revert chart name change Signed-off-by: Nicholas St. Germain <nick@cajun.pro> * revert chart name change Signed-off-by: Nicholas St. Germain <nick@cajun.pro>
2020-09-16 13:21:51 +08:00
charts/artifact-hub/charts
Chart.lock
docs/www/content/topics/*
!docs/www/content/topics/annotations
docs/www/content/topics/annotations/*
!docs/www/content/topics/annotations/_index.md
dist
ml/category/data/generated
ml/category/__pycache__