dns/.gitignore
vincent 15412df235
Some checks failed
continuous-integration/drone/push Build is failing
update .gitignore
2021-08-19 14:31:43 +02:00

21 lines
299 B
Plaintext

# .gitignore
# Hidden Vagrant-directory
.vagrant
# Backup files (e.g. Vim, Gedit, etc.)
*~
# Vagrant base boxes (you never know when someone puts one in the repository)
*.box
# Python artefacts
.ropeproject
*.pyc
# Ignore test directory
tests/
vagrant-tests/
docker-tests/
.galaxy_install_info