From 4afe2a5080ceb0bcc08e880d98596633891866da Mon Sep 17 00:00:00 2001 From: Nayruden Date: Sun, 8 Nov 2015 15:17:27 -0500 Subject: [PATCH] Add git meta files --- .gitattributes | 4 ++++ .gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..43b53dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.lua text +*.txt text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa80329 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.svn +.dropbox* +Icon* +desktop.ini