From 0c45380bb81f5c2363e43402faebe7b7bc4f455f Mon Sep 17 00:00:00 2001 From: Goutte Date: Wed, 22 Mar 2017 11:20:29 +0100 Subject: [PATCH] Add the gitignore file. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..274a8e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Local configuration +secret.yml + +# Dolphin +.directory + +# Jetbrains +.idea/* + +# Apple +.DS_Store + +# Python +*.pyc +venv/* \ No newline at end of file -- libgit2 0.21.2