Рамиз Мирзаев

Change gitignore

...@@ -9,7 +9,6 @@ strg/modification/ ...@@ -9,7 +9,6 @@ strg/modification/
9 strg/session/ 9 strg/session/
10 strg/logs/ 10 strg/logs/
11 .github/ 11 .github/
12 -tools/
13 vite_plugins/ 12 vite_plugins/
14 // .gitignore 13 // .gitignore
15 .DS_Store 14 .DS_Store
...@@ -29,4 +28,17 @@ upload/image/catalog/ ...@@ -29,4 +28,17 @@ upload/image/catalog/
29 upload/.htaccess 28 upload/.htaccess
30 upload/php.ini 29 upload/php.ini
31 upload/.htpasswd 30 upload/.htpasswd
32 -upload/min/cache
...\ No newline at end of file ...\ No newline at end of file
31 +upload/min/cache
32 +tools/phpstan
33 +strg/upload
34 +strg/vendor
35 +vite.config.js
36 +upgrade.txt
37 +SOURCE.txt
38 +README.md
39 +package.json
40 +license.txt
41 +install.txt
42 +INSTALL.md
43 +composer.json
44 +.php-cs-fixer.php
...\ No newline at end of file ...\ No newline at end of file
......