Utility_Apps/.gitignore
Ryan Schultz b907d848f1 Add Snap to Surface operator; rename plugin to Object Transform Tools
Incorporates "move objects down to the top of a surface" as a proper
OBJECT_OT_snap_to_surface operator using BVH raycasting to drop selected
objects flush onto the active mesh. Adds a menu separator to group the
two new entries from Blender's built-in transform items.
2026-04-19 08:14:27 -05:00

69 lines
787 B
Text

*.*.rvt
*.*.rte
*.*.rfa
!*.ifc.rvt
*.ifc.log
*.bak
*.ifc.log.html
*.backup
*.blend@
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Icon must ends with two \r.
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
*.log
# FreeCAD and Blender backup files
*.FcStd1
*.FcStd2
*.fcstd1
*.fcstd2
*.blend1
*.blend2
#Excel temporary files
~$*.xlsx
#AutoCAD temporary files
*.dwl*
__pycache__
# temp files from AI coding tools
*.claude
*.py.tmp*
*.json.tmp*