-
Notifications
You must be signed in to change notification settings - Fork 220
/
.gitignore
64 lines (64 loc) · 1.49 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
__history
__recovery
*.deployproj.local
*.dproj.local
*.groupproj.local
*.identcache
*.exe
*.res
*.rsm
Dcu
/Demos/**/Android/Debug
/Demos/**/Android64/Debug
/Demos/**/iOSDevice64/Debug
/Demos/**/iOSSimARM64/Debug
/Demos/**/OSX64/Debug
/Demos/**/OSXARM64/Debug
/Demos/**/Win32/Debug
/Demos/**/Win64/Debug
/Demos/**/Android/Release
/Demos/**/Android64/Release
/Demos/**/iOSDevice64/Release
/Demos/**/iOSSimARM64/Release
/Demos/**/OSX64/Release
/Demos/**/OSXARM64/Release
/Demos/**/Win32/Release
/Demos/**/Win64/Release
/Embarcadero/Alexandria/rtl
/Embarcadero/Alexandria/fmx
/Embarcadero/Alexandria/data
/Embarcadero/Alexandria/internet
/Embarcadero/Alexandria/Indy10
/Embarcadero/Athens/rtl
/Embarcadero/Athens/fmx
/Embarcadero/Athens/data
/Embarcadero/Athens/internet
/Embarcadero/Athens/Indy10
/Libraries/bpl
/Libraries/ios/firebase
/Libraries/ios/facebook
/Libraries/jar/*
!/Libraries/jar/org
/Libraries/jar/org/*
!/Libraries/jar/org/webrtc
/Tests/**/Win32/Debug
/Tests/**/Win64/Debug
/Tests/**/Android/Debug
/Tests/**/Android64/Debug
/Tests/**/iOSDevice64/Debug
/Tests/**/iOSSimARM64/Debug
/Tests/**/OSX64/Debug
/Tests/**/OSXARM64/Debug
/Tests/**/Win32/Release
/Tests/**/Win64/Release
/Tests/**/Android/Release
/Tests/**/Android64/Release
/Tests/**/iOSDevice64/Release
/Tests/**/iOSSimARM64/Release
/Tests/**/OSX64/Release
/Tests/**/OSXARM64/Release
/Tools/AndroidMerger/tmp
/Tools/AndroidLibScanner/Output
/Tools/NativeBridgeFileGenerator/OutputAndroid
/Tools/NativeBridgeFileGenerator/OutputIOS
/Tools/AppIconGenerator/Output