2021-10-22 15:22:10 +00:00
|
|
|
# SPDX-FileCopyrightText: 2020 Umbrel
|
2022-01-28 06:52:26 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
|
2021-10-22 15:22:10 +00:00
|
|
|
#
|
2022-01-21 20:37:48 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2021-10-22 15:22:10 +00:00
|
|
|
|
|
|
|
# Files and data directories created by services
|
|
|
|
# that we shouldn't accidently commit
|
|
|
|
|
|
|
|
*.dat
|
|
|
|
*.log
|
|
|
|
*.lock
|
|
|
|
*.cookie
|
|
|
|
*.pid
|
|
|
|
*.env
|
|
|
|
.backup
|
|
|
|
*.pyc
|
|
|
|
bitcoin/*
|
2021-10-26 18:06:05 +00:00
|
|
|
tor/*
|
2021-10-22 15:22:10 +00:00
|
|
|
db/*
|
|
|
|
statuses/*
|
|
|
|
app-data
|
|
|
|
apps
|
2023-02-23 20:37:33 +00:00
|
|
|
caddy/*
|
2022-10-28 18:17:17 +00:00
|
|
|
i2p/*
|
2022-03-20 08:02:30 +00:00
|
|
|
docker-compose.override.yml
|
2021-10-22 15:22:10 +00:00
|
|
|
|
|
|
|
# Commit these empty directories
|
2021-10-24 13:44:02 +00:00
|
|
|
!**/.gitkeep
|
2021-10-22 15:22:10 +00:00
|
|
|
!statuses/update-status.json
|
|
|
|
!apps/.gitkeep
|
|
|
|
!db/.gitkeep
|
|
|
|
!db/citadel-seed
|
|
|
|
db/citadel-seed/*
|
|
|
|
!db/citadel-seed/.gitkeep
|
|
|
|
!logs/.gitkeep
|
|
|
|
!tor/data/.gitkeep
|
|
|
|
!tor/run/.gitkeep
|
2021-10-24 13:33:35 +00:00
|
|
|
!tor/.gitkeep
|
2021-10-22 15:22:10 +00:00
|
|
|
!db/.gitkeep
|
2023-02-23 20:37:33 +00:00
|
|
|
!caddy/.gitkeep
|
2022-10-28 18:17:17 +00:00
|
|
|
!i2p/.gitkeep
|
2021-10-22 15:22:10 +00:00
|
|
|
|
2023-04-16 19:12:12 +00:00
|
|
|
!**/*.License
|
2021-11-26 19:53:31 +00:00
|
|
|
|
2023-04-16 19:12:12 +00:00
|
|
|
karen.socket
|