mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 12:48:09 +08:00
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
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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/
|
||||
|
Reference in New Issue
Block a user