ffplayout/.gitignore

29 lines
360 B
Plaintext
Raw Permalink Normal View History

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