From 581b936eb2c2fab5bb11f90c14378c664156d944 Mon Sep 17 00:00:00 2001 From: makeit Date: Wed, 7 Aug 2024 13:49:48 +0800 Subject: [PATCH] Initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfd7d0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# ---> Laravel +/vendor/ +node_modules/ +npm-debug.log +yarn-error.log + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +public/storage +public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + +storage/*.key +.env +Homestead.yaml +Homestead.json +/.vagrant +.phpunit.result.cache + diff --git a/README.md b/README.md new file mode 100644 index 0000000..09fb1c2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# makeit-graffiti + +涂鸦 - 电子白板 \ No newline at end of file