twitch-tui/.gitignore

21 lines
279 B
Plaintext
Raw Normal View History

2021-08-24 01:27:12 +03:00
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# Environment variables
*.env
# Log files
*.log
2021-08-24 02:10:04 +03:00
2021-08-30 21:28:54 +03:00
# JetBrains project config folder.
2021-08-24 02:10:04 +03:00
.idea
2022-10-12 22:20:40 +03:00
.fleet
2021-08-24 02:10:04 +03:00
2021-12-12 09:24:59 +03:00
# Ignore Vim temporary and swap files.
*.sw?
*~