aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 85a9ffbca38be9fb34020ca0892df5a333a2eb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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