llama.cpp/.dockerignore
Aldehir Rojas 38724ab593
docker : build the UI (#24794)
* docker : build the UI

* cont : use existing APP_VERSION
2026-06-19 15:32:31 +02:00

24 lines
276 B
Plaintext

*.o
*.a
.cache/
# Do not ignore .git directory, otherwise the reported build number will always be 0
.github/
.gitignore
.vs/
.vscode/
.DS_Store
build*/
tools/ui/node_modules/
tools/ui/dist/
models/*
/llama-cli
/llama-quantize
arm_neon.h
compile_commands.json
Dockerfile