From ec8ffc7716f5ed5cef4feafd7c8855f7467e06f1 Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Sun, 7 Dec 2025 02:27:55 +0000 Subject: [PATCH] Initial commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fffc9ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> 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 + +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..997e168 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# PIMS + +Personal Inventory Management System \ No newline at end of file