Skip to content

.gitignore -> add stp, STP, brep, gltf, bin, glb#1212

Merged
jdegenstein merged 2 commits intogumyr:devfrom
jdegenstein:gitignore
Jan 27, 2026
Merged

.gitignore -> add stp, STP, brep, gltf, bin, glb#1212
jdegenstein merged 2 commits intogumyr:devfrom
jdegenstein:gitignore

Conversation

@jdegenstein
Copy link
Collaborator

This is to avoid the issue where a large stp file was accidentally committed. I have also added other file formats as I think it makes sense to avoid committing large binary files. This can always be overridden by e.g. git add --force somefile.glb if necessary for e.g. use in the docs.

@codecov
Copy link

codecov bot commented Jan 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.49%. Comparing base (de4a53c) to head (e97c71a).
⚠️ Report is 15 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1212   +/-   ##
=======================================
  Coverage   95.49%   95.49%           
=======================================
  Files          34       34           
  Lines       11549    11549           
=======================================
  Hits        11029    11029           
  Misses        520      520           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jdegenstein
Copy link
Collaborator Author

Another thing worth noting is this:

# Allow (un-ignore) .png files inside the /docs/ folder and its subfolders
!docs/**/*.png

The idea is that we can blanket ignore *.png and then un-ignore within a certain (recursive) subfolder.

@gumyr
Copy link
Owner

gumyr commented Jan 27, 2026

Cool, looks good to me.

@jdegenstein jdegenstein merged commit 9e91564 into gumyr:dev Jan 27, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants