This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
docker-salt-master/.dockerignore
2023-04-20 22:18:05 +02:00

17 lines
175 B
Plaintext

# Ignoring git folders and files
.github/
.git/
# Ignoring tests files
tests/
# Ignoring markdown files
*.md
# Ignoring social media
social/
# Ignore IDEs
.idea/
.vscode/