Files
kind/.gitignore
2019-10-23 11:38:37 -07:00

20 lines
218 B
Plaintext

# build and test outputs
/bin/
/_output/
/_artifacts/
# used for the code generators only
/vendor/
# macOS
.DS_Store
# files generated by editors
.idea/
*.iml
.vscode/
*.swp
*.sublime-project
*.sublime-workspace
*~