Files
netbox-sync/.gitignore
T
2020-10-26 17:26:08 +01:00

18 lines
167 B
Plaintext

# Exclude all hidden files
.*
# Except those related to git
!.git*
# python cache
__pycache__
# log dir
log/*
# chache files
cache/*
# settings file
settings.ini