Skip to content

Commit

Permalink
chore: add tmp folder to .gitignore (#2938)
Browse files Browse the repository at this point in the history
* chore: add tmp folder to .gitignore

* chore: add CHANGELOG_PENDING.md entry
  • Loading branch information
rickstaa committed Dec 18, 2023
1 parent 002e602 commit 8a8b0e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# Test binary, build with `go test -c`
*.test

# Misc
tmp

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#### General

- #2938 Add `tmp` folder to `.gitignore` (@rickstaa)

#### Broadcaster

- \#xxx Use FPS of 60, rather then 120 for cost estimation (@thomshutt)
Expand Down

0 comments on commit 8a8b0e3

Please sign in to comment.