forked from security-alliance/frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 637 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 637 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
**/.DS_Store
**/.DS_Store?
**/.vscode
**/.vscode?
**/.obsidian
**/.obsidian?
**/.idea
**/.idea?
book
bin
*.code-workspace
# Rust build artifacts
**/target/
**/*.rs.bk
**/*.rmeta
**/*.rlib
Cargo.lock
# Ignore contributors index file to prevent watch loops
theme/contributors/contributorsindex.js
theme/tags/tagsindex.js
# Ignore claude-code installation
claude-code
@anthropic-ai/claude-code
# Node.js dependencies
node_modules/
package-lock.json
.pnpm-store/
# pnpm artifacts
pnpm-lock.yaml
.pnpm-store/
# Claude Code configuration
CLAUDE.md
# Build folder
**/dist/
# Generated printable checklists
docs/public/printable/
.direnv