-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaiexclude.txt
More file actions
39 lines (33 loc) · 949 Bytes
/
aiexclude.txt
File metadata and controls
39 lines (33 loc) · 949 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
# .aiexclude
# Exclude files/directories from Gemini Code Assist indexing.
# Syntax is the same as .gitignore.
# --- Secrets ---
# WHY: NEVER index actual secrets or environment files containing secrets.
# This is the most important security consideration for AI context.
.env
sa-key.json
*.pem
*.key
*.p12
# --- Generated Binaries & Artifacts ---
# WHY: Compiled binaries are not source code and provide no value for analysis.
bin/
# Test coverage output is transient.
coverage.out
coverage.html
# --- Logs & Generated Reports ---
# WHY: Runtime logs and the AI's own generated context reports should not be
# indexed recursively. This new, broader rule covers all variations.
*.log
crash.*.log
context_*.log
context_*.md
# --- Tooling Cache ---
# WHY: The Go Task cache is irrelevant metadata for code generation.
.task/
# --- Temporary / OS Files ---
.DS_Store
Thumbs.db
.direnv/
# --- Non-Code / Potentially Irrelevant Files ---
notes.txt