All checks were successful
Build and Test / build (pull_request) Successful in 29m36s
- Delete .github/ directory (60 files, ~4600 lines of unused GitHub Actions workflows, FreeCAD-branded issue/PR templates, problem matchers, scripts, and images) - Delete .packit.yaml (Fedora COPR packaging, unused) - Delete SECURITY.md (FreeCAD-specific security policy) - Update .pre-commit-config.yaml to remove .github file pattern - Update .gitignore to remove .github/ whitelist - Rewrite CODE_OF_CONDUCT.md for Kindred Create community - Rewrite PRIVACY_POLICY.md covering Silo integration, update checker, origin system, and local storage Gitea equivalents (.gitea/workflows/, .gitea/ISSUE_TEMPLATE/, .gitea/pull_request_template.md) are already in place. Closes #367
81 lines
1.1 KiB
Plaintext
81 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
|
|
!/.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
|
|
|
|
CLAUDE.md
|