Skip to content

Commit

Permalink
Git-ignore event signal files (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Oct 2, 2020
1 parent 40a4536 commit becbf1a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@
*.pid
*.env
bitcoin/*
lnd/*
tor/*
db/*
electrs/*
events/signals/*
lnd/*
statuses/*
tor/*

# Commit these files

!statuses/update-status.json

# Commit these empty directories

!db/.gitkeep
!events/signals/.gitkeep
!lnd/.gitkeep
!tor/data/.gitkeep
!tor/run/.gitkeep
!db/.gitkeep

0 comments on commit becbf1a

Please sign in to comment.