Skip to content

Commit

Permalink
Merge pull request #67 from triyanox/chore/completions
Browse files Browse the repository at this point in the history
chore: update .gitignore
  • Loading branch information
chaqchase authored Dec 19, 2024
2 parents 3de8028 + d59ecc1 commit 5d68366
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.DS_Store
target/
# Shell completions (except those in the repo)
/completions/
!/completions/*.bash
!/completions/*.fish
!/completions/_lla
!/completions/*.ps1
!/completions/*.elv

# First ignore everything in completions
completions/*
# Then explicitly allow the shell completion files
!completions/*.bash
!completions/*.fish
!completions/_lla
!completions/*.ps1
!completions/*.elv

0 comments on commit 5d68366

Please sign in to comment.