2015-03-13 20:55:33 +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
|
|
|
|
|
2017-01-20 09:56:31 +00:00
|
|
|
# Compiled Python
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Test directories. These are Git worktrees to separate test branches
|
|
|
|
*-tests/
|
2021-08-19 12:31:42 +00:00
|
|
|
.galaxy_install_info
|