forked from scgopi/GraphCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 836 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 836 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
# Tuist
.build/
*.xcodeproj
*.xcworkspace
Derived/
.tuist-bin/
.tuist-cache/
Tuist/.build/
# Xcode
DerivedData/
*.xcuserstate
xcuserdata/
# SwiftPM
.swiftpm/
# mise
.mise.local.toml
# macOS
.DS_Store
# Logs
*.log
# Browser-automation scratch (snapshots, screenshots, console dumps)
.playwright-mcp/
# Signing material must never land in the repo. The Developer ID private key
# lives in ~/Developer/certificates and in the login keychain, nowhere else.
*.key
*.p12
*.cer
*.certSigningRequest
# Design docs — kept locally for now, not pushed to the remote yet. The GitHub Pages
# site (index.md + _config.yml) is the one carve-out: ignore docs/ contents, not the
# directory, so the site files can be re-included.
/docs/*
!/docs/index.md
!/docs/shortcuts.md
!/docs/_config.yml
!/docs/_layouts/
!/docs/_includes/
!/docs/assets/