diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-01-12 17:02:01 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-01-12 17:02:01 -0500 |
| commit | a9220483be2486fd6559f3456e625f02463087d2 (patch) | |
| tree | 4e007610d905bd04d2779c5eed42baf4882da8d9 /.gitignore | |
| download | VTBot-a9220483be2486fd6559f3456e625f02463087d2.tar.gz VTBot-a9220483be2486fd6559f3456e625f02463087d2.tar.bz2 VTBot-a9220483be2486fd6559f3456e625f02463087d2.zip | |
:confetti_ball: Added .gitattributes & .gitignore files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd2946a --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# 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 |
