continuwuity/.dockerignore

32 lines
331 B
Text

# Local build and dev artifacts
target/
!target/debug/conduwuit
!target/latest/conduwuit
!target/*/lib
!target/latest/lib
# Docker files
Dockerfile*
# IDE files
.vscode
.idea
*.iml
# Git folder
# .git
.gitea
.gitlab
.github
.forgejo
# Dot files
.env
.gitignore
# Toml files
rustfmt.toml
# Documentation
#*.md
complement-src/