manala / manalize

Provides ready-to-use environments for various projects through manala ansible roles
http://www.manala.io
MIT License
36 stars 2 forks source link

gitignore #123

Open chalasr opened 7 years ago

chalasr commented 7 years ago
# Vagrant
/.vagrant/

# Ansible
/ansible/*.retry
/ansible/group_vars/*_local.yml
/ansible/roles/*
!ansible/roles/.gitkeep
nervo commented 6 years ago

I think we should add a .gitignore file in ansible directory to avoid handling in root .gitignore

xavier-rdo commented 6 years ago

@nervo, tested on a recent project: ansible/.gitignore

*.retry
group_vars/*_local.yml
roles/*
roles/.gitkeep