From 301c7040bac760d120477e1ae18b5bc09e09199c Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Tue, 13 Jun 2017 22:20:18 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68f3bfe..e60fccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,17 @@ +# Global .*.swp .DS_Store -web/app/composer.json \ No newline at end of file + +# Application +web/app/composer.json + +# PHPStorm +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Netbeans +nbproject/ +/nbproject/ +/nbproject/private/ +/nbproject/private/private.properties \ No newline at end of file