Skip to content

Commit

Permalink
Merge pull request #7216 from jandubois/gitignore
Browse files Browse the repository at this point in the history
Cleanup .gitignore file
  • Loading branch information
jandubois committed Jul 22, 2024
2 parents 0c984fe + 5b52182 commit 1a6c65a
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
*.exe
/bats/bats.tar.gz
/bats/bin/
/bats/logs/
/coverage/
/dist/
/e2e/reports/
/go.work.sum
/node_modules/
.DS_Store
.vscode
/pkg/rancher-desktop/nuxt/
/resources/cert-manager*
/resources/darwin/
/resources/host/
/resources/linux/*
!/resources/linux/rancher-desktop.desktop
/resources/win32/
/resources/host/
/resources/rancher-dashboard/*
/resources/preload.js*
/resources/rancher-dashboard/
/resources/rdx-proxy.tar
/resources/cert-manager*
/resources/spin-operator*
/coverage/
/dist/**
/.idea/
/go.work.sum
.nuxt/
/pkg/rancher-desktop/node_modules/
/src/go/rdctl/pkg/options/generated/*.go
*~
\#*
/e2e/reports/*
*.exe
/resources/win32/
/screenshots/output/
/bats/bin/
/bats/bats.tar.gz
/bats/logs/
pkg/rancher-desktop/nuxt/
/src/go/rdctl/pkg/options/generated/*.go

0 comments on commit 1a6c65a

Please sign in to comment.