From 10fea0fa4ebd9578b420e29ed70fd438c7fdb4ba 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