added .gitignore

This commit is contained in:
Laurenz Rausche 2024-04-29 19:13:33 +00:00
parent b18dff97dd
commit ba256964e8

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# packages / package files
node_modules
yarn.lock
package-lock.json
# log files
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# build files
dist