Compare commits

...

7 Commits

Author SHA1 Message Date
silentip404
667dd02e9e
Merge 01e75ac83d into dcc0fc7bc2 2026-05-24 11:44:44 +00:00
Daniel Johnson
dcc0fc7bc2
Merge pull request #4700 from G0rocks/main
Add FreeCAD.gitignore file
2026-05-21 16:49:32 -07:00
G0rocks
314d381f1e Add *.FCBak to FreeCAD.gitignore 2026-05-03 16:26:41 +00:00
G0rocks
6a98aacd54 Move FreeCAD.gitignore to community folder 2026-05-03 16:24:48 +00:00
Huldar
9275edaddf
Merge branch 'github:main' into main 2026-05-03 16:22:36 +00:00
silentip404
01e75ac83d Improve macOS Icon pattern to prevent collaboration issues
Replace invisible CR with character class Icon[^!-~]

The literal CR character is frequently corrupted by:
- Text editors auto-trimming invisible chars
- Formatting tools (editorconfig) normalizing line endings
- Copy/paste operations losing special characters
- IDE auto-formatting and linting tools

Character class pattern is collaboration-safe and functionally identical.
2025-11-10 22:16:16 +08:00
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,10 @@
__MACOSX/
.AppleDouble
.LSOverride
Icon[ ]
# Finder custom icons
# Pattern [^!-~] prevents corruption by line-ending converters and editor auto-formatting
Icon[^!-~]
# Resource forks
._*

View File

@ -0,0 +1,5 @@
# FreeCAD backup and temporary files
*.FC.lock
*.bak
*.FCBak
*.tmp