michaelnet/.gitignore

98 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-05-26 12:05:53 -07:00
# Docker volume mounts
*/*-data/
2023-06-21 02:28:39 -07:00
**/*.db
2023-05-26 12:05:53 -07:00
2023-06-15 16:42:42 -07:00
# envfiles
.env
2023-05-26 12:05:53 -07:00
# backups
*.tar
*.zip
# === WINDOWS ===
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# === MACOS ===
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# === LINUX ===
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# 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*
2023-06-25 09:23:54 -07:00
# Keys & Secrets
*.key
*.asc
*.txt
# Backups
*.tar.gz
*.tar.gz.enc
*.tar.gz.age
2023-10-01 08:43:11 -07:00
# OS images & QEMU drives
*.iso
*.qcow2