diff --git a/.gitignore b/.gitignore index 2b6a46e..5c1516e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,5 @@ -# ---> ThinkPHP -# gitignore template for ThinkPHP v3.2.3 -# website: http://www.thinkphp.cn/ - -# Logs and Cache files -/Application/Runtime/ - -# Common configure file -/Application/Common/Conf/config.php +/vendor/ +/.idea/ +/.vscode/ +/storage/ +/config.php