Update .gitignore

This commit is contained in:
roberts 2025-05-09 14:09:40 -07:00
parent e883181b5a
commit dfc8413302

7
.gitignore vendored
View file

@ -91,3 +91,10 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Node/npm
node_modules/
npm-debug.log
.DS_Store
.env
dist/
coverage/