-
-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (38 loc) · 590 Bytes
/
.gitignore
File metadata and controls
41 lines (38 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/.idea
/.vscode
node_modules
.DS_Store
*.cpuprofile
/dist
/docs-site
/docs/api
/templates/packed
/.env
/.eslintcache
/.vitepress/.cache
/test/.models
/test/temp
/test/.temp
/temp
/coverage
/test-runner-profile
/llama/compile_commands.json
/llama/llama.cpp
/llama/llama.cpp.lock
/llama/llama.cpp.info.json
/llama/lastBuild.json
/llama/gitRelease.bundle
/llama/.temp
/llama/.cache
/llama/build
/llama/.idea
/llama/.vscode
/llama/cmake-build-debug
/llama/localBuilds
/llama/Release
/llama/Debug
/llama/xpack/cache
/llama/xpack/store
/llama/xpack/xpacks
/llama/xpack/cmakeInstall.lock
/bins