69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
# Two repositories are bound to this folder
|
|
# > the public version only expose infrastructure configuration
|
|
# >> specific ignores for it are located in .git_public/info/exclude (also hardlinked to .gitignore_public)
|
|
.git_public
|
|
# > the private version contains sensitive data and more detailed configurations
|
|
# >> specific ignores for it are located in .git_private/info/exclude (also hardlinked to .gitignore_private)
|
|
.git_private
|
|
# The previous approach were work with an alias
|
|
# alias gitpublic='git --git-dir=.git_public'
|
|
# Now the approach is to use an script that switches the desired repo to .gitignore file and .git folder
|
|
|
|
|
|
# These are common ignores for all repositories
|
|
/#recycle
|
|
/#snapshot
|
|
@eaDir
|
|
.DS_Store
|
|
Mangrana.code-workspace
|
|
_deprecated
|
|
filebot/presets
|
|
# these are related with the new local git switch approach
|
|
.gitignore_public
|
|
.gitignore_private
|
|
.gitConfigBackups
|
|
.iAmPublicRepo
|
|
.iAmPrivateRepo
|
|
|
|
############################################
|
|
## Specific ignores for public repository ##
|
|
############################################
|
|
filebot/desktop/config
|
|
filebot/licenses
|
|
filebot/old
|
|
filebot/xattr
|
|
homarr/bk
|
|
homarr/data
|
|
homarr/configs
|
|
ownServices/AfterDownloadCarerByFinish/config
|
|
ownServices/AfterFilebotMoveProcessor/config
|
|
ownServices/ArrModificationCapturer
|
|
ownServices/SonarrQueueFixer/config
|
|
overseerr/config
|
|
plex/config
|
|
plex_music/config
|
|
prowlarr/config
|
|
qbit/bk
|
|
qbit/config
|
|
qbit/manager/config
|
|
radarr/config
|
|
sonarr/config
|
|
tautulli/config
|
|
kometa/config
|
|
Media-Scripts
|
|
|
|
#envs with host sensitive info
|
|
ownServices/SonarrQueueFixer/.env
|
|
plex/.env
|
|
plex_music/.env
|
|
plex/old_env
|
|
radarr/.env
|
|
sonarr/.env
|
|
filebot/desktop/.env
|
|
homarr/.env
|
|
overseerr/.env
|
|
ownServices/AfterFilebotMoveProcessor/.env
|
|
prowlarr/.env
|
|
qbit/.env
|
|
qbit/manager/.env
|
|
tautulli/.env |