From 3fd6a7c826ce110a889dcf35ad2c8359e003bead Mon Sep 17 00:00:00 2001 From: Dylan Wilson Date: Sat, 18 Mar 2017 21:49:11 +1000 Subject: [PATCH] added a cname file to the docs --- .gitignore | 3 +++ Docs/CNAME | 1 + 2 files changed, 4 insertions(+) create mode 100644 Docs/CNAME diff --git a/.gitignore b/.gitignore index ef5f1b7f..d4d470ae 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ bld/ [Bb]in/ [Oo]bj/ +# Mkdocs +site/ + # Visual Studo 2015 cache/options directory .vs/ diff --git a/Docs/CNAME b/Docs/CNAME new file mode 100644 index 00000000..0d4ec3b1 --- /dev/null +++ b/Docs/CNAME @@ -0,0 +1 @@ +craftworkgames.com \ No newline at end of file