mirror of
https://github.com/getumbrel/umbrel.git
synced 2026-03-26 04:41:44 +00:00
30 lines
342 B
Plaintext
30 lines
342 B
Plaintext
# Ignore all the bash stuff
|
|
|
|
.bash_history
|
|
.bash_logout
|
|
.bashrc
|
|
.profile
|
|
.ssh
|
|
.viminfo
|
|
|
|
# Files and data directories created by services
|
|
# that we shouldn't accidently commit
|
|
|
|
*.dat
|
|
*.log
|
|
*.lock
|
|
*.cookie
|
|
*.pid
|
|
*.env
|
|
bitcoin/*
|
|
lnd/*
|
|
tor/*
|
|
db/*
|
|
|
|
# Commit these empty directories
|
|
|
|
!lnd/.gitkeep
|
|
!tor/data/.gitkeep
|
|
!tor/run/.gitkeep
|
|
!db/.gitkeep
|