Initial commit

This commit is contained in:
Alan Bridgeman 2025-02-17 16:19:35 -06:00
commit 9277a804bb
18 changed files with 851 additions and 0 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Ignore Yarn files
.yarn
.yarnrc.yml
yarn.lock
# Ignore dependencies
node_modules
# Ignore private NPM credentials
.npmrc
# Mac OS
.DS_Store
# Ignore compiled files
dist