Skip to content

Commit

Permalink
chore: ignore some system & tmp build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
markawm committed Dec 19, 2018
1 parent 3db4320 commit b33863c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,22 @@ debug

.vscode/

#Various temporary created while building/running jx.
/build/
release/
scanning/
.updatebot-repos/
.terraform/
myvalues.yaml
myvalues.yml
**/extraValues.yaml

# vim swap files
*.swp

#OSX system files.
**/.DS_Store

vendor/**
hack/code-generator/**

Expand Down

0 comments on commit b33863c

Please sign in to comment.