Skip to content

Commit

Permalink
Ignore files generated by helm dependency updates
Browse files Browse the repository at this point in the history
The requirements.lock and tarball generated for oam-kubernetes-runtime
should not be committed to the repository. The lock file specifies a new
timestamp each time it is generated.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Sep 30, 2020
1 parent ac81566 commit 3b75d4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ gitlab/

# ignore vscode files (debug config etc...)
/.vscode
/.idea
/.idea

# helm chart dependencies
**/charts/*.tgz
**/charts/**/requirements.lock

0 comments on commit 3b75d4a

Please sign in to comment.