-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.nyrveignore
More file actions
72 lines (63 loc) · 788 Bytes
/
Copy path.nyrveignore
File metadata and controls
72 lines (63 loc) · 788 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Nyrve indexer exclusions — files and directories to skip during indexing.
# Syntax follows .gitignore conventions.
# Dependencies
node_modules/
vendor/
bower_components/
.pnp/
.yarn/
# Build output
out/
dist/
build/
.build/
*.min.js
*.min.css
*.bundle.js
# Package lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
# Generated files
*.generated.ts
*.generated.js
__snapshots__/
*.snap
# Binary and media files
*.png
*.jpg
*.jpeg
*.gif
*.ico
*.svg
*.woff
*.woff2
*.ttf
*.eot
*.mp3
*.mp4
*.zip
*.tar.gz
*.exe
*.dll
*.so
*.dylib
# IDE and editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Test coverage
coverage/
.nyc_output/
# Environment and secrets
.env
.env.*
*.pem
*.key
# Nyrve runtime data (indexed separately)
.nyrve/index.db
.nyrve/memory.db
.nyrve/tasks.db