-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (39 loc) · 762 Bytes
/
.gitignore
File metadata and controls
49 lines (39 loc) · 762 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
# Swift Build
src/.build/
*.swiftmodule
*.swiftdoc
# Xcode
xcuserdata/
*.xcworkspace
*.xcodeproj
# App Bundle
*.app
*.zip
*.dmg
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Resources (copied during build)
# cli-proxy-api binary and config are now committed to repo for releases
# src/Sources/Resources/cli-proxy-api
# src/Sources/Resources/config.yaml
src/Sources/Resources/static/
# Icon generation artifacts
src/Sources/Resources/AppIcon.iconset/
# Logs
*.log
test-notarization.sh
.vscode/settings.json
.sparkle_ed25519_private_key
# Website
website/node_modules/
website/dist/
website/.firebase/
# Reference / context material
context/
.agent/
# Graphify per-file extraction cache (regenerated each run)
graphify-out/cache/
# Junie metadata
.junie/