Ignore backup files for FreeCAD and Blender.
This commit is contained in:
parent
777d4f34e2
commit
bde557c7cd
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
**/*-backups/*
|
**/*-backups/*
|
||||||
|
|
||||||
|
*.FCStd1
|
||||||
|
*.blend1
|
||||||
|
|
Loading…
Reference in a new issue