Skip to content

Commit

Permalink
feat: add gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 28, 2024
1 parent 205a192 commit a1dcf35
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/charts-release-oci.yaml

This file was deleted.

37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# General files for the project
pkg/*
*.pyc
bin/*
.project
/.bin
/_test/secrets/*.json

# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# Vscode files
.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

# Chart dependencies
**/chart/*.tgz

.history

0 comments on commit a1dcf35

Please sign in to comment.