2020-07-23 23:58:08 +02:00
|
|
|
# Local build and dev artifacts
|
|
|
|
target
|
2020-09-17 20:14:07 +02:00
|
|
|
tests
|
2020-07-23 23:58:08 +02:00
|
|
|
|
|
|
|
# Docker files
|
|
|
|
Dockerfile*
|
|
|
|
docker-compose*
|
|
|
|
|
|
|
|
# IDE files
|
|
|
|
.vscode
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# Git folder
|
|
|
|
.git
|
|
|
|
.gitea
|
2021-11-21 18:34:08 +01:00
|
|
|
.gitlab
|
|
|
|
.github
|
2020-07-23 23:58:08 +02:00
|
|
|
|
|
|
|
# Dot files
|
|
|
|
.env
|
|
|
|
.gitignore
|
|
|
|
|
|
|
|
# Toml files
|
|
|
|
rustfmt.toml
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
*.md
|