mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
fix getting version when using make binaries (#4489)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# do not add .git, since it is needed to extract the tag
|
||||
# do not add /binaries, since it is needed by Docker images
|
||||
/tmp
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
/internal/core/VERSION
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/tmp
|
||||
/binaries
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
|
Reference in New Issue
Block a user