-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (49 loc) · 987 Bytes
/
.gitignore
File metadata and controls
62 lines (49 loc) · 987 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
# Logs
*-debug.log
*-error.log
# Runtime data
/.nyc_output
tmp
# Build output
# Ignore root dist folder
/dist/
# Explicitly ignore package dist folders
/packages/*/dist/
# Explicitly ignore examples dist folders
/examples/*/dist/
# Ignore root lib folder
/lib/
# Explicitly ignore package lib folders
/packages/*/lib/
# Explicitly ignore examples lib folders
/examples/*/lib/
# Dependency directories
node_modules/
# Ignore all node_modules directories globally
**/node_modules/
# Optional Deps
/package-lock.json
# oclif files
oclif.manifest.json
oclif.lock
OCLIF_AUTOGENERATED_DOC.md
# OS generated files
**/.DS_Store
# Editor directories and files
/.idea
tsconfig.tsbuildinfo
# Playwright test results
/test-results/
/playwright-report/
# Test coverage
/coverage/
# SpecStory plugin to save chats
.specstory/
# Claude local settings
.claude/*.local.json
.claude/worktrees/
# Playwright logs
playwright-report/
test/e2e/web-cli/*.log
# Environment files with secrets
.env