From cbe4930020749b6ffcb241fbc6a567e1ef481e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 30 Sep 2014 17:51:59 +0200 Subject: [PATCH] Add .gitignore --- piwik/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 piwik/.gitignore diff --git a/piwik/.gitignore b/piwik/.gitignore new file mode 100644 index 0000000..4ae66f6 --- /dev/null +++ b/piwik/.gitignore @@ -0,0 +1,6 @@ +.idea/ +.webassets-cache/ +*.min.css +*.min.js +*.pyc +*.egg-info