Files
continuwuity/.dockerignore
T

29 lines
242 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
.gitlab
.github
2020-07-23 23:58:08 +02:00
# Dot files
.env
.gitignore
# Toml files
rustfmt.toml
# Documentation
*.md