Skip to content

Commit

Permalink
Add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 31, 2021
1 parent b532f15 commit c4a2993
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
### Project specific
bin/
vendor/
hack/code-gen
hack/manifest-gen
hack/controller-gen
test/.git-credentials
reports/
config/manager_image_patch.yaml-e
# created by /hack/generate_krew.sh during release
kind-logs-*

### mac
.DS_Store

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib


### Go tooling
# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out


### Goland IDEA
.idea/

### gorelease
dist/

### VS Code
.vscode/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json


### vim
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
kubeconfig
.kube

0 comments on commit c4a2993

Please sign in to comment.