Co-authored-by: Nineko <cnotsomark@gmail.com> Signed-off-by: Jason Volk <jason@zemos.net>
32 lines
252 B
Plaintext
32 lines
252 B
Plaintext
# Local build and dev artifacts
|
|
target/
|
|
#tests
|
|
|
|
# Docker files
|
|
Dockerfile*
|
|
docker/
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.iml
|
|
|
|
.
|
|
|
|
# Git folder
|
|
#.git
|
|
#.gitea
|
|
#.gitlab
|
|
#.github
|
|
|
|
# Dot files
|
|
.env
|
|
#.gitignore
|
|
|
|
# Toml files
|
|
#rustfmt.toml
|
|
|
|
# Documentation
|
|
#*.md
|
|
*.hcl
|