From 6530b9b9f57e6fd9fded7950b7a960899d869cfd Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 4 Mar 2017 12:43:29 +0100 Subject: [PATCH] [enh] add ability to work on same repository: add gitignore to handle that. --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc8719b --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Apps +*_ynh + +# Tools +vagrant +ynh-dev-tools +Vagrantfile + +# Sources repositories +moulinette +yunohost +yunohost-admin +ssowat + +# Folders +apps +backup