leo/.gitignore
2022-04-22 09:07:47 -07:00

21 lines
184 B
Plaintext

**/target
/tmp/
**.idea/
*.DS_Store
.vscode
leo.iml
**/process.yml
**/.crates.toml
**/.crates2.json
**/bin/
# sccache from pipeline
sccache*/
# Emacs gitignore files
*~
\#*\#
.\#*