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