diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-13 18:12:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-13 18:12:04 -0400 |
| commit | 46f4e3ced87ef7dea1ddef4e5a385bead52c7822 (patch) | |
| tree | 83866d8f078fa4fe898e52de9efaa9631892f0a4 /.gitignore | |
| parent | b69ab4a1633846258bdd0813cdf86231c78413c7 (diff) | |
| download | AleeBot-46f4e3ced87ef7dea1ddef4e5a385bead52c7822.tar.gz AleeBot-46f4e3ced87ef7dea1ddef4e5a385bead52c7822.tar.bz2 AleeBot-46f4e3ced87ef7dea1ddef4e5a385bead52c7822.zip | |
Update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 48 |
1 files changed, 47 insertions, 1 deletions
@@ -1 +1,47 @@ -fuck osft fuck osft +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk |
