learn-ansible/.gitignore
2025-02-28 08:15:05 +01:00

38 lines
686 B
Text

# Created by https://www.toptal.com/developers/gitignore/api/ansible,vim,vagrant
# Edit at https://www.toptal.com/developers/gitignore?templates=ansible,vim,vagrant
### Ansible ###
*.retry
### Vagrant ###
# General
.vagrant/
# Log files (if you are creating logs in debug mode, uncomment this)
# *.log
### Vagrant Patch ###
*.box
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/ansible,vim,vagrant