From 55bc17b5ff1c0604dd4faf5d83a94188b738aeac Mon Sep 17 00:00:00 2001 From: maoxp Date: Thu, 4 Nov 2021 11:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E5=B0=84=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42d8f58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore PhpStorm files +/.idea/ + +# Ignore Visual Studio Code files +/.vscode/ + +# Ignore files under Mac +.DS_Store + +# Ignore phplint files +/phplint.cache + +# Ignore file phpunit.xml +/phpunit.xml + +# Ignore Composer files +/composer.lock +/composer.phar +/vendor/ \ No newline at end of file