Initial commit with README and .gitignore

This commit is contained in:
Daniel LaForce 2025-04-02 06:11:00 +00:00
commit c29014fcd9
2 changed files with 38 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@ -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

11
README.md Normal file
View File

@ -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.