Add initial README and gitignore files

This commit is contained in:
Lexi / Zoe 2024-02-16 23:00:14 +01:00
parent 6ff27d3394
commit 44180b3e4c
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 36 additions and 2 deletions

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# IDEs / editors
.idea
.vscode
.*.swp
# General
/tmp
/_tmp
.DS_STORE
*_bak
*_bak[0-9]
# Node
.npm
node_modules
dist
# 3D modeling temporary files
*.FCStd1
*.3mf
*.gcode