Undo previous stuff and add env to gitignore

This commit is contained in:
Carter Bertolini 2023-10-17 17:04:40 -04:00
parent 5d4e37be6e
commit c2f0938994

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules/** node_modules/**
dist/** dist/**
docs/** docs/**
.env