-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (42 loc) · 893 Bytes
/
.gitignore
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
*.xml
*.debug.xcconfig
*.release.xcconfig
/CMakeFiles
/cmake-build-debug
/bin
/cmake_install.cmake
/Makefile
/Pods
/build
/Testing
/.cmake
#IDE ignore
/.idea
.ninja_deps
.ninja_log
build.ninja
CMakeCache.txt
/_deps
/test/*.cmake
/test/*/*.cmake
script/build
script/*.cmake
script/CMakeFiles
script/CMakeScripts
script/slark.xcodeproj
script/_deps
script/test
test/cmake-build-debug
cmake-build-debug-gcc
script/Debug-iphoneos
script/Debug-maccatalyst/slark.framework
script/Testing/Temporary
demo/iOS/demo/Pods/Target Support Files/Pods-demo
demo/iOS/demo/Pods
demo/iOS/demo/demo.xcworkspace/xcuserdata/rolf.tan.xcuserdatad/xcdebugger
demo/iOS/demo/demo.xcodeproj/xcshareddata/xcschemes
src/.VSCodeCounter/
config.json
demo/iOS/demo/demo.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
demo/iOS/demo/demo.xcworkspace/xcuserdata/rolf.tan.xcuserdatad/WorkspaceSettings.xcsettings
sr.png