Skip to content

Commit

Permalink
Merge pull request #138 from nicolasbock/gitignore
Browse files Browse the repository at this point in the history
Add `tmp` to `.gitignore`
  • Loading branch information
nicolasbock committed May 7, 2024
2 parents 9cfc677 + 12e840f commit c56dcc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.db
.idea*
vendor/*
*.db
data/*
example-config.yaml
tmp/*
vendor/*

0 comments on commit c56dcc7

Please sign in to comment.