Files
tuwunel/.dockerignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
252 B
Plaintext
Raw Permalink Normal View History

# 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