aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 19 insertions, 1 deletions
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