From b1e34e861b5d732afe828d58aad2c638135061fd Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Thu, 2 Apr 2026 19:30:47 +0300 Subject: NOISSUE Add GitHub workflows for Project Tick project - Create CodeQL analysis workflow for security checks on meshmc codebase. - Add container build workflow for meshmc using Podman and Buildah. - Implement scheduled flake update workflow for Nix dependencies. - Introduce merge blocking PR automation to manage dependent PRs. - Set up Nix build workflow for meshmc with multi-platform support. - Add release workflow for publishing MeshMC artifacts on GitHub. - Create CI workflow for tomlplusplus library with multi-compiler support. - Implement CI workflow for uvim with various feature sets and architectures. - Add .gitignore to exclude build artifacts and IDE files. - Create .gitattributes files for various submodules to manage line endings and diff settings. - Add post-receive hook for mirroring pushes to multiple forges. - Include .gitignore files for images4docker and other submodules to manage temporary files. Signed-off-by: Mehmet Samet Duman --- json4cpp/.gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 json4cpp/.gitattributes (limited to 'json4cpp') diff --git a/json4cpp/.gitattributes b/json4cpp/.gitattributes new file mode 100644 index 0000000000..1eba5d990a --- /dev/null +++ b/json4cpp/.gitattributes @@ -0,0 +1,8 @@ +# json4cpp +* text=auto eol=lf +*.cpp text diff=cpp +*.h text diff=cpp +*.hpp text diff=cpp +*.json text +*.png binary +*.gif binary -- cgit 0.0.5-2-1-g0f52