forked from openclaw/Peekaboo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
62 lines (52 loc) · 708 Bytes
/
Copy path.npmignore
File metadata and controls
62 lines (52 loc) · 708 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
# Source files
src/
swift-cli/Sources/
swift-cli/Tests/
# Test files
tests/
test_peekaboo.sh
jest.config.cjs
coverage/
*.test.ts
*.test.js
# Development files
.gitignore
.eslintrc*
.prettierrc*
tsconfig.json
.editorconfig
.nvmrc
# IDE and system files
.vscode/
.idea/
.DS_Store
*.swp
*.swo
*~
# Build artifacts
*.tsbuildinfo
.build/
DerivedData/
# Documentation source
docs/
*.md
!README.md
!LICENSE
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Temporary files
*.tmp
*.temp
.cache/
*.log
# Development dependencies
pino-pretty
# Swift build files (except the binary)
swift-cli/Package.swift
swift-cli/Package.resolved
swift-cli/.build/
swift-cli/.swiftpm/
# Keep only the compiled binary
!peekaboo