matrix-dnsbot/.gitignore
2022-06-10 20:11:31 +00:00

46 lines
663 B
Text

# Compiled files and executables
debug/
target/
# Our data
db/
# Rocket specific
Rocket.toml
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Jetbrains IDE
.idea/
# VisualStudioCode
.history
.ionide
# Windows
$RECYCLE.BIN/
[Dd]esktop.ini
*.lnk
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Environments
.env
# Example files
!*.example
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# KDE directory preferences
.directory