forked from kodustech/kodus-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorignore
More file actions
43 lines (37 loc) · 827 Bytes
/
Copy path.cursorignore
File metadata and controls
43 lines (37 loc) · 827 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
42
43
# --- Dependencias e Builds ---
node_modules/
dist/
build/
coverage/
.next/
.cache/
.turbo/
junit.xml
# --- Arquivos de Bloqueio (Não indexar lógica aqui) ---
package-lock.json
yarn.lock
pnpm-lock.yaml
npm-shrinkwrap.json
# --- Dados Estáticos e Traduções (O grande vilão de performance) ---
# O Cursor não precisa "entender" traduções para codar lógica
libs/common/utils/translations/dictionaries/
**/*.json
!package.json
!tsconfig*.json
!nest-cli.json
!kodus-config.yml
# --- Arquivos de Dados Grandes ---
libs/ee/kodyRules/service/data/
libs/code-review/infrastructure/data/
# --- Logs e Temporários ---
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
# --- Configurações de Build TypeScript (Metadados) ---
*.tsbuildinfo
tsconfig.build.json
# --- Docker Dumps (Se houver) ---
*.dump
*.sql