Skip to content

Commit

Permalink
Add entries to .gitignore for generated bundle files
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Mar 22, 2023
1 parent f5c7ce0 commit f5e8c57
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 @@ -5,8 +5,12 @@
*.dll
*.so
*.dylib
.cache/
bin
testbin/*
/bundle
/bundle_tmp*
/bundle.Dockerfile
Dockerfile.cross

# Development directory and tools
Expand All @@ -28,3 +32,4 @@ kustomization.yaml
*.swp
*.swo
*~
.vscode/

0 comments on commit f5e8c57

Please sign in to comment.