Add a gitignore for Blender and Gcode
This commit is contained in:
parent
a054c36293
commit
0a55d7a2b4
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Blender backup file
|
||||
*.blend1
|
||||
|
||||
# GCode are printer-specific
|
||||
*.gcode
|
Reference in a new issue