From 9a622724fda3601cae710486f374f5e09d7abcba Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 15 Sep 2015 19:28:15 +0200 Subject: Update .gitignore --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f5d856baf..85a9ffbca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,19 @@ -/plugins/* \ No newline at end of file +# Piwigo specific directories +/_data +/plugins/* +!/plugins/index.php +/upload +/galleries/* +!/galleries/index.php +/local/* +!/local/**/index.php + +# IntelliJ +.idea +*.iml +*.ipr +*.iws + +# Eclipse +.settings +.project \ No newline at end of file -- cgit v1.2.3