twitch-tui/.gitignore
2022-10-12 12:20:40 -07:00

21 lines
279 B
Plaintext

# 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
# JetBrains project config folder.
.idea
.fleet
# Ignore Vim temporary and swap files.
*.sw?
*~