15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
# Ignore CAE metadata and backups
|
|
*.FCBak
|
|
|
|
# Ignore 3d models and other objects
|
|
# NB: if you want to upload 3d models you should use github release
|
|
*.zip
|
|
*cache
|
|
*.stl
|
|
*.step
|
|
*.stp
|
|
*.iges
|
|
|
|
# macOS specific ignores
|
|
.DS_Store
|