From c29014fcd9c7d72b4b40dd2dc349b8e30caa188d Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Wed, 2 Apr 2025 06:11:00 +0000 Subject: [PATCH] Initial commit with README and .gitignore --- .gitignore | 27 +++++++++++++++++++++++++++ README.md | 11 +++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9300dfc --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Dependencies +node_modules/ +vendor/ + +# Build outputs +dist/ +build/ +*.log + +# Environment variables +.env +.env.local + +# IDE and editor files +.vscode/ +.idea/ +*.swp +*.swo + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9455b2 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# ArgoBox Portfolio + +This repository contains the portfolio project for ArgoBox. + +## Description + +Add your project description here. + +## Getting Started + +Instructions for setting up and running the project will go here. \ No newline at end of file