Skip to content

Commit

Permalink
Add .helmignore (#10)
Browse files Browse the repository at this point in the history
* Add .helmignore

* Bump package version
  • Loading branch information
sfitz42 authored Jan 22, 2025
1 parent 57e0c3e commit 38ee463
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions helm/fcp-fd-file-retriever/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# Development values
development-values.yaml
postgres-values.yaml
artemis-values.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcp-fd-file-retriever",
"version": "0.3.3",
"version": "0.3.4",
"description": "File retrieval service for Single Front Door",
"homepage": "https://github.com/DEFRA/fcp-fd-file-retriever",
"main": "app/index.js",
Expand Down

0 comments on commit 38ee463

Please sign in to comment.