mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-04 16:29:31 -05:00
18 lines
167 B
Plaintext
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
|