From 238dcd3b8d2004c67c4ae2d535d1b95d614de046 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Sat, 25 Apr 2015 23:29:24 +0100 Subject: [PATCH] Ignore files which have nothing to do with the production environment --- PyRIGS/.slugignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 PyRIGS/.slugignore diff --git a/PyRIGS/.slugignore b/PyRIGS/.slugignore new file mode 100644 index 00000000..1ef75e23 --- /dev/null +++ b/PyRIGS/.slugignore @@ -0,0 +1,4 @@ +*.sqlite3 +*.scss +*.md +*.rb \ No newline at end of file