diff --git a/php/.gitignore b/php/.gitignore index 2954225b..ee440441 100644 --- a/php/.gitignore +++ b/php/.gitignore @@ -1,3 +1,6 @@ -/php/data/configuration.json -/php/data/containers.json - +data/* +session/* +!data/.gitkeep +!session/.gitkeep +vendor/ +.idea/