Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Remove hand-crafted kindred-icons/ in favor of auto-generated themed icons - Add icons/mappings/ with FCAD.csv (Tango palette) and kindred.csv (Catppuccin Mocha) - Add icons/retheme.py script to remap upstream FreeCAD SVG colors - Generate icons/themed/ with 1,595 themed SVGs (45,300 color replacements) - BitmapFactory loads icons/themed/ as highest priority before default icons - 157-color mapping covers the full Tango palette, interpolating between 4 luminance anchors per color family Regenerate: python3 icons/retheme.py
80 lines
1.1 KiB
Plaintext
80 lines
1.1 KiB
Plaintext
# file types to ignore
|
|
.*
|
|
!/.packit.yaml
|
|
!/.clang-format
|
|
!/.clang-tidy
|
|
!/.git-blame-ignore-revs
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/.gitmodules
|
|
!/.pre-commit-config.yaml
|
|
!/.pylintrc
|
|
!/.github/
|
|
!/.gitea/
|
|
!/contrib/.vscode/
|
|
!*.gitattributes
|
|
!*.gitignore
|
|
*.DS_Store
|
|
*.pyc
|
|
*.obj
|
|
*.lib
|
|
*.pch
|
|
*.vcproj
|
|
*.kdev4
|
|
*.exp
|
|
*.dep
|
|
*.manifest
|
|
*.o
|
|
*.orig
|
|
*.output
|
|
# Ignore .db files created by Qt Designer when editing .ui files
|
|
*.db
|
|
qrc_*.cpp
|
|
BuildLog.htm
|
|
cmake_install.cmake
|
|
*~
|
|
CMakeFiles/
|
|
*qrc.depends
|
|
ui_*.h
|
|
moc_*.cpp
|
|
Makefile
|
|
CMakeCache.txt
|
|
CMakeLists.txt.user
|
|
config.h
|
|
install_manifest.txt
|
|
/bin/
|
|
/ALL_BUILD.dir/
|
|
/doc/
|
|
/lib/
|
|
/Mod/
|
|
/ZERO_CHECK.dir/
|
|
/build/
|
|
/build-*/
|
|
/cmake-build*/
|
|
/src/Tools/offlinedoc/localwiki/
|
|
/src/Tools/offlinedoc/*.txt
|
|
/conda/environment.yml
|
|
/.vscode/
|
|
OpenSCAD_rc.py
|
|
tags
|
|
/CMakeUserPresets.json
|
|
Testing
|
|
compile_commands.json
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# crowdin file
|
|
src/Tools/freecad.zip
|
|
tsupdate_stderr.log
|
|
tsupdate_stdout.log
|
|
files_to_translate.txt
|
|
# pixi environments
|
|
.pixi
|
|
*.egg-info
|
|
|
|
# mdBook build output
|
|
docs/book/
|
|
|
|
# To regenerate themed icons: python3 icons/retheme.py
|
|
# icons/themed/ is tracked (committed) so CI builds include them
|