Skip to content
Snippets Groups Projects
.gitignore 500 B
Newer Older
# virtualenv
.venv/
Stéphane Diemer's avatar
Stéphane Diemer committed

# python
__pycache__/
*.pyc

# ansible
inventories/_*
inventories/local*/host_vars/localhost.yml
inventories/offline*/host_vars/localhost.yml
playbooks/_*
roles/_*
Nicolas KAROLAK's avatar
Nicolas KAROLAK committed
log/

# packer
packer_cache/
output/
!packer/example.json

# ide
.vscode/
*.code-workspace
.idea/
*.sublime-workspace
*.sublime-project

# secrets
.env/*
!.env/_reset
!.env/_config
!.env/*example
!.env/example

# envsetup
conf*.sh
Nicolas KAROLAK's avatar
Nicolas KAROLAK committed
auto-generated-conf.sh*
log*.txt
tests/ms-testing-suite
Nicolas KAROLAK's avatar
Nicolas KAROLAK committed
*.log