-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 840 Bytes
/
.gitignore
File metadata and controls
47 lines (42 loc) · 840 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
# macOS
.DS_Store
# Swift Package Manager artifacts
/.build
/.swiftpm
Packages/
/.derived/
/.tmp/
/.module-cache/
/.modulecache/
/.clang-cache/
/.derived/Build/Products/Release/
/\.derived/Build/Products/Release/generate_keys
/\.derived/Build/Products/Release/libed25519.a
/\.derived/Build/Products/Release/ArgumentParser.o
/\.derived/Build/Products/Release/generate_keys.dSYM/
/\.derived/Build/Products/Release/generate_keys.swiftmodule/
/sparkle_signature.txt
/Package.resolved
/.sparkle-keys
.venv/
tmp.iconset
Lingerly.xcworkspace/
.cache/
/.cache/
# Local development tooling metadata
.vscode/
.sandbox-home/
/.claude/
# Xcode derived data
DerivedData/
xcuserdata/
*.xcuserstate
*.moved-aside
# Bundled app artifacts
Lingerly.app/
Lingerly.dmg
*.dmg
Lingerly Dev Install.dmg
.notarytool-submissions/
# local building scripts
*.sh