Create .gitignore

This commit is contained in:
metonym 2022-01-24 09:49:15 -08:00
commit 0cc2048420

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
/coverage
/lib
/**/node_modules
/css/*.css
.DS_Store
yarn-debug.log*
yarn-error.log*
*.tgz
.vscode
.idea