-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 745 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (35 loc) · 745 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
# Build trees
/build/
/dist/
/out/
.vs/
# Release artifacts (produced by build.bat / CI)
/FastSMRW.zip
/FastSMRWInstaller.exe
# Fetched dependencies (see download-deps.bat)
/deps/
# CMake user-local
CMakeUserPresets.json
# MSVC artifacts
*.obj
*.exe
*.lib
*.pdb
*.ilk
*.exp
*.user
# Editor noise
*.swp
.DS_Store
# Claude Code local settings
.claude/
# C ABI build artifacts (DLL build: build.bat dll)
build/release/fastsm_core.dll
# macOS app: the Xcode project is generated from macos/project.yml by XcodeGen
/macos/FastSMRW.xcodeproj/
*.xcuserstate
xcuserdata/
# iOS app: the Xcode project is generated from ios/project.yml by XcodeGen
/ios/FastSMRW.xcodeproj/
# iOS TestFlight archive/export scratch (ios/testflight.sh)
/ios/build/