forked from runcitadel/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (46 loc) · 782 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# SPDX-FileCopyrightText: 2020 Umbrel
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Files and data directories created by services
# that we shouldn't accidently commit
*.dat
*.log
*.lock
*.cookie
*.pid
*.env
.backup
*.pyc
bitcoin/*
lnd/*
tor/*
db/*
statuses/*
app-data
apps
electrs/*
nginx/*
redis/*
events/signals/*
# Commit these empty directories
!**/.gitkeep
!statuses/update-status.json
!apps/.gitkeep
!db/.gitkeep
!db/citadel-seed
db/citadel-seed/*
!db/citadel-seed/.gitkeep
!events/signals/.gitkeep
!lnd/.gitkeep
!logs/.gitkeep
!tor/data/.gitkeep
!tor/run/.gitkeep
!tor/.gitkeep
!db/.gitkeep
!nginx/.gitkeep
!redis/.gitkeep
!events/signals/.gitkeep
!**/*.license
services/installed.json
use-core-upstream