dns/.gitignore

21 lines
299 B
Plaintext
Raw Normal View History

2019-04-16 14:53:34 +00:00
# .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/
2021-08-19 12:31:43 +00:00
.galaxy_install_info