Skip to content

Commit

Permalink
Add tmp to .gitignore
Browse files Browse the repository at this point in the history
Which is used when running `make devel` locally.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed May 7, 2024
1 parent 9cfc677 commit 12e840f
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 12e840f

Please sign in to comment.