mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
chore: update .gitignore to ignore build artifacts and editor files
This commit is contained in:
parent
2ce5fde6e9
commit
b8e8d8edab
1 changed files with 31 additions and 0 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -5,3 +5,34 @@
|
||||||
/internal/core/VERSION
|
/internal/core/VERSION
|
||||||
/internal/servers/hls/hls.min.js
|
/internal/servers/hls/hls.min.js
|
||||||
/internal/staticsources/rpicamera/mtxrpicam_*/
|
/internal/staticsources/rpicamera/mtxrpicam_*/
|
||||||
|
.env.example
|
||||||
|
*.env
|
||||||
|
*.exe
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Build outputs
|
||||||
|
bin/
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
/out/
|
||||||
|
|
||||||
|
# Go
|
||||||
|
/vendor/
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Editors and OS
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Node (frontend)
|
||||||
|
client/node_modules/
|
||||||
|
|
||||||
|
# Binary artifact (explicit)
|
||||||
|
/mediamtx.exe
|
||||||
|
|
||||||
|
# Secrets (already included above, keep extra patterns)
|
||||||
|
.env.local
|
||||||
|
.env.*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue