leo/.gitignore

26 lines
234 B
Plaintext
Raw Permalink Normal View History

2020-08-03 06:33:05 +03:00
**/target
2020-06-11 02:14:55 +03:00
/tmp/
2020-03-10 06:55:41 +03:00
**.idea/
2020-05-03 03:28:20 +03:00
*.DS_Store
2022-02-24 02:07:32 +03:00
.vscode
2022-04-22 19:07:47 +03:00
leo.iml
2021-02-25 07:46:54 +03:00
2021-02-25 07:28:27 +03:00
**/process.yml
2021-02-25 07:46:54 +03:00
**/.crates.toml
**/.crates2.json
**/bin/
# sccache from pipeline
sccache*/
# Emacs gitignore files
*~
\#*\#
.\#*
2022-05-15 06:27:08 +03:00
# code coverage scripts
*.bat
# environment
.env