Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Add docs/book.toml with coal theme, repo link, and custom CSS - Add docs/src/SUMMARY.md with navigation structure - Create 16 content pages across guide/, architecture/, development/, reference/ - Add docs/theme/kindred.css with minimal sidebar overrides - Add .gitea/workflows/docs.yml for auto-deploy on push to main - Add docs/book/ to .gitignore Pages are populated with real content from the codebase where possible. Remaining pages have TODO markers for future content.
77 lines
1.0 KiB
Plaintext
77 lines
1.0 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/
|