diff options
author | mistic100 <mistic@strangeplanet.fr> | 2015-09-15 19:28:15 +0200 |
---|---|---|
committer | mistic100 <mistic@strangeplanet.fr> | 2015-09-15 19:28:15 +0200 |
commit | 9a622724fda3601cae710486f374f5e09d7abcba (patch) | |
tree | 37b20e337f1650ae4cafa1f7ec33829bd295b52a /.gitignore | |
parent | 3e7964b6289a2a4e3e062c4c9cd5f58f9464bede (diff) |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
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 |