forked from UONelderim/ServUO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (59 loc) · 813 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Project Assemblies
/Server/bin
/Server/obj
/Scripts/bin
/Scripts/obj
/Settings/bin
/Settings/obj
/Setup/bin
/Setup/obj
/Application/bin
/Application/obj
# Common Directories
/.vs
/.JustCode
/Honesty
/Logs
/Backups
/Saves
/Web
/Docs
/Reports
# Custom Directories
/VitaNexCore
/Leaderboard
/UltimaLive
/TheBox
/Export
/Cache
# Build Files
/Server.dll
/Scripts.dll
/Settings.dll
# Common Files
/firewall.cfg
/drng64.dll
/drng32.dll
/libdrng.so
/System.Drawing.Common.dll
# Custom Files
/TotalAccountGold.txt
# Wildcard Files
*.pdb
*.exe
*.exe.mdb
*.exe.config
*.dll.config
*.sh
*.suo
*.idea
*.log
*.bin
*.csproj.user
*.DotSettings.user
*.ini
# Include Data Files
!/Data/*
!/Data/Binary/*
# Exclude Data Files
/Data/PVPTournamentSystemData