-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
158 lines (126 loc) · 3.06 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
# Visual Studio cache directory
.vs/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.opendb
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
.DS_STORE
.idea
.vscode
Assets/Plugins/Editor
Assets/Plugins/Editor.meta
wth.sublime-workspace
ExampleMod
Mods
!Assets/Scripts/Mods
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
AndroidPlugin/bin/
AndroidPlugin/gen/
AndroidPlugin/out/
# Gradle files
AndroidPlugin/.gradle/
AndroidPlugin/build/
# Local configuration file (sdk path, etc)
AndroidPlugin/local.properties
# Proguard folder generated by Eclipse
AndroidPlugin/proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
AndroidPlugin/.navigation/
# Android Studio captures folder
AndroidPlugin/captures/
# IntelliJ
AndroidPlugin/*.iml
AndroidPlugin/.idea/workspace.xml
AndroidPlugin/.idea/tasks.xml
AndroidPlugin/.idea/gradle.xml
AndroidPlugin/.idea/assetWizardSettings.xml
AndroidPlugin/.idea/dictionaries
AndroidPlugin/.idea/libraries
AndroidPlugin/.idea/caches
# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
# External native build folder generated in Android Studio 2.2 and later
AndroidPlugin/.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
AndroidPlugin/google-services.json
# Freeline
AndroidPlugin/freeline.py
AndroidPlugin/freeline/
AndroidPlugin/freeline_project_description.json
# fastlane
AndroidPlugin/fastlane/report.xml
AndroidPlugin/fastlane/Preview.html
AndroidPlugin/fastlane/screenshots
AndroidPlugin/fastlane/test_output
AndroidPlugin/fastlane/readme.md
# Eclipse project files
.classpath
.project
.settings
!Wth.ModApi/Wth.ModApi.sln
!Wth.ModApi/Wth.ModApi/Wth.ModApi.csproj
!Wth.ModApi/Wth.ModApi.Editor/Wth.ModApi.Editor.csproj
Wth.ModApi/Wth.ModApi/bin
Wth.ModApi/Wth.ModApi.Editor/bin
# Mod API DLLs which should be build locally
Assets/ModTool/Wth.ModApi*.dll
Assets/Packages
Assets/Packages.meta
Assets/BuildReports
Assets/BuildReports.meta
Wth.ModApi/Documentation/latex
Wth.ModApi/Documentation/html
# Ignore NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Ignore other intermediate files that NuGet might create. project.lock.json is used in conjunction
# with project.json (NuGet v3); project.assets.json is used in conjunction with the PackageReference
# format (NuGet v4 and .NET Core).
project.lock.json
project.assets.json
.gradle
MainAssembly.csproj.DotSettings
Documentation/html