cli/.gitignore
Mislav Marohnić 8b987e2deb
New deployment workflow
Add ability to trigger deployments without having to push a git tag
2023-05-09 20:23:54 +02:00

28 lines
317 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
# VS Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
# vim
*.swp
vendor/