commit c29014fcd9c7d72b4b40dd2dc349b8e30caa188d Author: Daniel LaForce Date: Wed Apr 2 06:11:00 2025 +0000 Initial commit with README and .gitignore 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