From a71b59d0caf55714657c82d2d756c129500c20dd Mon Sep 17 00:00:00 2001 From: CyanideX Date: Tue, 26 Nov 2019 15:13:00 -0800 Subject: [PATCH] Added .gitattributes --- .gitattributes | 1 + .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..90f3ebd5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png binary \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c8250433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# Created by https://www.gitignore.io + +### OSX ### +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + +### Windows ### +# 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 + +### Linux ### +# Ubuntu temp save files +*~