From 64309d6ad02d80c075dd5aecadc892bcf99da2cf Mon Sep 17 00:00:00 2001 From: sheshiresat Date: Mon, 27 Nov 2017 21:23:18 -0500 Subject: [PATCH] Optimized git stuff --- .gitattributes | 5 +++++ .gitignore | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45c0b73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.adoc text +*.css text +*.md text +*.php text +*.txt text diff --git a/.gitignore b/.gitignore index 1d76a40..f2df6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,2 @@ /config.php /custom - -# These files are just used by me. (The git repository is my actual site) -/.htaccess -/403.html -/blacklist.php -/face.svg -/knowledge -/tx