cli/.gitignore
Babak K. Shandiz f819762561
chore: exclude generated .syso files from git repo
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-06-24 11:46:34 +01:00

36 lines
406 B
Text

/bin
/share/bash-completion/completions
/share/fish/vendor_completions.d
/share/man/man1
/share/zsh/site-functions
/gh-cli
.envrc
/dist
/site
.github/**/node_modules
/CHANGELOG.md
/.goreleaser.generated.yml
/script/build
/script/build.exe
/pkg_payload
/build/macOS/resources
# Windows resource files
/cmd/gh/*.syso
# VS Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
# vim
*.swp
# Emacs
*~
vendor/