Files
umbrel/.gitignore
2020-08-06 22:59:24 +05:30

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