ffplayout/.gitignore

30 lines
369 B
Plaintext
Raw Normal View History

2022-02-12 21:33:06 +01:00
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
2022-02-17 17:26:13 +01:00
# exclude binarys in examples folder
/examples/*
!/examples/*.rs
2022-06-13 14:02:55 +02:00
*.db*
2022-02-23 21:25:14 +01:00
# exlcude logging
2022-02-23 18:06:40 +01:00
*.log
2022-02-23 21:25:14 +01:00
/logs/
2022-02-25 13:32:10 +01:00
2023-03-24 10:28:39 +01:00
*.exe
2022-03-28 16:36:07 +02:00
*.zip
*tar.gz
2022-04-12 21:46:03 +02:00
*.deb
*.rpm
ffplayout.1.gz
ffpapi.1.gz
2022-06-06 23:07:11 +02:00
/assets/*.db*
2022-07-24 19:23:52 +02:00
/dist/
/public/
tmp/
2022-02-25 13:32:10 +01:00
.vscode/
assets/playlist_template.json