cli/.gitignore
Mislav Marohnić 39431a101d Port select portions of Makefile to script/build.go
This is to enable build tasks on Windows.
2021-01-08 22:35:57 +01:00

23 lines
178 B
Text

/bin
/share/man/man1
/gh-cli
.envrc
/dist
/site
.github/**/node_modules
/CHANGELOG.md
/script/build
# VS Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
# vim
*.swp
vendor/