-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
29 lines (28 loc) · 1.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
*.cache
*.force
.vs/ModTools/v17/.suo
*.lock
*.vsidx
CDBTool/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
CDBTool/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
CDBTool/obj/Release/CDBTool.csproj.FileListAbsolute.txt
Common/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
Common/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
Common/obj/Release/Common.csproj.FileListAbsolute.txt
PAKTool/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
PAKTool/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
PAKTool/obj/Release/PAKTool.csproj.FileListAbsolute.txt
*.exe
*.pdb
*.dll
Build/PAKTool.exe.config
Build/Newtonsoft.Json.xml
Build/CDBTool.exe.config
Build/AtlasTool.exe.config
*.CopyComplete
AtlasTool/obj/x64/Release/AtlasTool.csproj.FileListAbsolute.txt
AtlasTool/obj/x64/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
Build/ScriptTool.exe.config
Build/options.json
ScriptTool/obj/Release/ScriptTool.csproj.FileListAbsolute.txt
ScriptTool/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs