Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Migrate items listed in .gitignore #35

Merged
merged 1 commit into from
May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
/tmp
/log
/out
/bin
.local
# Release files
releases/

# IDEA project files
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
manifests

# Test binary, build with `go test -c`
*.test

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

# Kubernetes Generated files - skip generated files, except for vendored files

!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea/
*.iml
**/*.iml
Expand All @@ -14,3 +30,6 @@
*.ipr
*.iws
*.yaml-e
*.swp
*.swo
*~