Files
continuwuity/.dockerignore
T

27 lines
226 B
Plaintext
Raw Normal View History

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
# Dot files
.env
.gitignore
# Toml files
rustfmt.toml
# Documentation
*.md