Skip to content

Commit 61663d9

Browse files
committed
chore: update .gitignore to include .tempo-lastrun file
1 parent b42989b commit 61663d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ tmp
2727
.air.toml
2828
*_templ.txt
2929
_examples/**/*_templ.go
30-
sync.sh
30+
sync.sh
31+
32+
# tempo
33+
.tempo-lastrun
34+
35+
# go test
36+
profile.cov

0 commit comments

Comments
 (0)