-
Notifications
You must be signed in to change notification settings - Fork 115
/
.gitignore
42 lines (38 loc) · 887 Bytes
/
.gitignore
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
42
# General build + OS files
node_modules
lib
dist
.vscode
.DS_Store
package-lock.json
.angular
*.tgz
# version file (autogenerated by CLI)
genkit-tools/cli/src/utils/version.ts
# Sample-specific files
**/*.env
samples/**/pnpm-lock.yaml
genkit-packages
typings
js/testapps/firebase-functions-sample1/functions/.env
js/testapps/firebase-functions-sample1/.firebase
js/testapps/firebase-functions-sample1/.firebaserc
js/testapps/firebase-functions-sample1/public/bundle.js
js/testapps/firebase-functions-sample1/public/config.js
js/**/.genkit
samples/**/.genkit
go/**/.genkit
ui-debug.log
firebase-debug.log
**/*.env
# RAG sample files
!js/testapps/rag/package.json
js/testapps/rag/*.json
js/testapps/evals/__db*.json
js/testapps/menu/rag/__db*.json
# Test files
last_recording.mp4
# auto-generated
/js/core/src/__codegen
/js/api-refs-js
!samples/chatbot/server/genkit-ai-vertexai-*.tgz