-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 955 Bytes
/
.gitignore
File metadata and controls
63 lines (53 loc) · 955 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
# Compiled executable
scalpel-cli
scalpel-cli.exe
# Go module vendor directory
vendor/
# Go build, test, coverage, and profiling artifacts
*.out
*.test
*.prof
coverage.txt
# ## Project Specific ##
# Log files and directory as defined in config.yaml
logs/
*.log
# Cache directory used by the discovery engine
.scalpel_cache/
# Local configuration overrides and environment files
# It's good practice to commit config.yaml as a template,
# but ignore local versions with secrets.
config.yaml
*.local.yaml
.credentials.json
.env
.env.*
# Corrected path based on project structure
internal/browser/testing/
test_imports.go
# Node.js dependencies
node_modules/
# Build artifacts
build/
dist/
# Test coverage reports
coverage/
.nyc_output/
.eslintcache
# Jest cache
.jest-cache/
# ## Common ##
# IDE and editor directories
.vscode/
.idea/
*.swp
# OS-generated files
.DS_Store
Thumbs.db
# Archives
*.zip
*.tar.gz
*.rar
.envrc
node_modules/
config.yaml