Add initial README and gitignore files
This commit is contained in:
parent
25b5abc378
commit
2976523c11
2 changed files with 43 additions and 2 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
|
||||
# Ergogen
|
||||
/ergogen/output
|
||||
Loading…
Add table
Add a link
Reference in a new issue