-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
54 lines (43 loc) · 1.1 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
# Add any directories, files, or patterns you don't want to be tracked by version control
#core
CORE/build.gradle
#SERVER
SERVER/DerivedData/
SERVER/PFServer/DerivedData/
SERVER/PFServer/bin/
SERVER/PFServer/obj/
SERVER/PFClient/bin/
SERVER/PFClient/obj/
#iOS
PLATFORM/iOS/DerivedData/
PLATFORM/iOS/PixFight.xcodeproj/xcuserdata/
PLATFORM/iOS/PixFight.xcodeproj/project.xcworkspace/xcuserdata/
#macOS
PLATFORM/macOS/DerivedData/
PLATFORM/macOS/PixFight.xcodeproj/xcuserdata/
PLATFORM/macOS/PixFight.xcodeproj/project.xcworkspace/xcuserdata/
#android
PLATFORM/Android/build
PLATFORM/Android/app/build
PLATFORM/Android/app/release/
PLATFORM/Android/.idea/caches/
PLATFORM/Android/.idea/assetWizardSettings.xml
#linux
PLATFORM/Linux/obj/
PLATFORM/Linux/bin/
#windows
PLATFORM/Windows/pixfight/.vs/
PLATFORM/Windows/pixfight/Debug/
PLATFORM/Windows/pixfight/Release/
PLATFORM/Windows/pixfight/data/
PLATFORM/Windows/pixfight/*.dll
#editor
MAPEDITOR/PixEditor/DerivedData/
MAPEDITOR/DerivedData/
MAPEDITOR/bin/
MAPEDITOR/nul
#html5
PLATFORM/HTML5/bin/
#raspberrypi
PLATFORM/RaspberryPi/bin/
PLATFORM/RaspberryPi/obj/