mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
540 B
44 lines
540 B
# Ignore all the bash stuff
|
|
|
|
.bash_history
|
|
.bash_logout
|
|
.bashrc
|
|
.profile
|
|
.ssh
|
|
.viminfo
|
|
|
|
# umbrel-dev
|
|
docker-compose.override.yml
|
|
|
|
# Files and data directories created by services
|
|
# that we shouldn't accidently commit
|
|
|
|
*.dat
|
|
*.log
|
|
*.lock
|
|
*.cookie
|
|
*.pid
|
|
*.env
|
|
bitcoin/*
|
|
db/*
|
|
electrs/*
|
|
nginx/*
|
|
events/signals/*
|
|
lnd/*
|
|
logs/*
|
|
statuses/*
|
|
tor/*
|
|
app-data/*
|
|
|
|
# Commit these files
|
|
|
|
!statuses/update-status.json
|
|
|
|
# Commit these empty directories
|
|
|
|
!db/.gitkeep
|
|
!events/signals/.gitkeep
|
|
!lnd/.gitkeep
|
|
!logs/.gitkeep
|
|
!tor/data/.gitkeep
|
|
!tor/run/.gitkeep
|
|
|