From 036417f2349db48657ef197a9621853c1667d170 Mon Sep 17 00:00:00 2001 From: Mostafa Moradi Date: Wed, 9 Mar 2022 14:26:37 +0300 Subject: [PATCH] add vendor to gitignore file --- .gitignore | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 723ef36f4..45b12446a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +/vendor \ No newline at end of file diff --git a/composer.json b/composer.json index cf2799fb8..ceb780440 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "visiosoft/media-field_type": "^1.0", "visiosoft/location-module": "^1.0", "visiosoft/input_file-field_type": "^1.0", - "visiosoft/defaultadmin-theme": "^1.0", + "addons/default/visiosoft/defaultadmin-theme": "^1.0", "visiosoft/cats-module": "^1.0", "visiosoft/base-theme": "^1.0", "visiosoft/advs-module": "^1.0",