-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorignore
More file actions
67 lines (58 loc) · 1.58 KB
/
.cursorignore
File metadata and controls
67 lines (58 loc) · 1.58 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ============================================
# Generated Code (Never needs AI context)
# ============================================
backend/encore.gen/
frontend/.svelte-kit/
# ============================================
# Dependencies (Too large, no value)
# ============================================
node_modules/
backend/node_modules/
frontend/node_modules/
# ============================================
# Build Artifacts (Generated output)
# ============================================
dist/
build/
frontend/dist/
backend/.encore/
# ============================================
# Lock Files (Binary/large, no semantic value)
# ============================================
*.lock
bun.lock
package-lock.json
bun.lockb
# ============================================
# Logs & Test Artifacts (Runtime noise)
# ============================================
*.log
.logs/
coverage/
test-results/
allure-results/
allure-report/
screenshots/
errorShots/
backend/screenshots/
backend/errorShots/
# ============================================
# Build Cache (Turborepo)
# ============================================
.turbo/
# ============================================
# Reference Code (Not part of active codebase)
# ============================================
appium_for_referrence/
# ============================================
# TypeScript Build Info (Generated)
# ============================================
*.tsbuildinfo
tsconfig.tsbuildinfo
# ============================================
# OS & Editor (Not code)
# ============================================
.DS_Store
Thumbs.db
*.swp
*.swo