Files
umbrel/.gitignore
2024-03-07 15:37:41 +07:00

56 lines
669 B
Plaintext

# Ignore node_modules anywhere they may be
node_modules
# Ignore all the bash stuff
.bash_history
.bash_logout
.bashrc
.profile
.ssh
.viminfo
.DS_Store
# Python bytecode
__pycache__
*.py[cod]
# umbrel-dev
docker-compose.override.yml
# Files and data directories created by services
# that we shouldn't accidently commit
*.dat
*.log
*.cookie
*.pid
*.env
bitcoin/*
db/*
electrs/*
nginx/*
events/signals/*
lnd/*
logs/*
statuses/*
tor/*
app-data/*
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
.umbrel-dev
jwt
./bin