Add comprehensive GitHub Copilot instructions for FTXUI development (#1121)
Some checks are pending
Build / Bazel, cl, windows-latest (push) Waiting to run
Build / Bazel, clang++, macos-latest (push) Waiting to run
Build / Bazel, clang++, ubuntu-latest (push) Waiting to run
Build / Bazel, g++, macos-latest (push) Waiting to run
Build / Bazel, g++, ubuntu-latest (push) Waiting to run
Build / CMake, cl, windows-latest (push) Waiting to run
Build / CMake, gcc, ubuntu-latest (push) Waiting to run
Build / CMake, llvm, ubuntu-latest (push) Waiting to run
Build / CMake, llvm, macos-latest (push) Waiting to run
Build / Test modules (llvm, ubuntu-latest) (push) Waiting to run
Documentation / documentation (push) Waiting to run

This commit is contained in:
Copilot
2025-09-21 10:30:52 +02:00
committed by GitHub
parent f21fcc1995
commit 8249fcb41e
4 changed files with 221 additions and 7 deletions

2
.gitignore vendored
View File

@@ -28,6 +28,7 @@ out/
# .github directory:
!.github/**/*.yaml
!.github/**/*.yml
!.github/**/*.md
# cmake directory:
!cmake/**/*.in
@@ -70,3 +71,4 @@ out/
# tools directory:
!tools/**/*.sh
!tools/**/*.cpp
build/