-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (65 loc) · 2.56 KB
/
.gitignore
File metadata and controls
76 lines (65 loc) · 2.56 KB
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
## Set up .gitignore as a whitelist
*
!*/
!.gitignore
!.gitattributes
## Add README and LICENSE
!README.md
!LICENSE.md
## add server cfg files
!server/rust/server.cfg
!server/rust/users.cfg
## add oxide plugin configs
#!oxide/config/AdminRadar.json # WARNING: contains Discord WebHook URL
!oxide/config/AdvertMessages.json
#!oxide/config/AutoStashTraps.json # WARNING: contains Discord WebHook URL
#!oxide/config/BetterChat.json # no changes from default
!oxide/config/BetterChatFilter.json
!oxide/config/BetterLoot.json
!oxide/config/BlueprintManager.json
#!oxide/config/BuildingWorkbench.json # no changes from default
!oxide/config/CarSpawnSettings.json
!oxide/config/ClearNight.json
!oxide/config/ColouredChat.json
!oxide/config/CraftingController.json
#!oxide/config/DiscordAuth.json # WARNING: contains Discord BOT TOKEN
#!oxide/config/DiscordChat.json # WARNING: contains Discord BOT TOKEN
#!oxide/config/DiscordMessages.json # WARNING: contains Discord WebHook URL
!oxide/config/EventRandomizer.json
!oxide/config/FancyDrop.json
#!oxide/config/FurnaceSplitter.json # no change from default
!oxide/config/GatherManager.json
!oxide/config/Godmode.json
!oxide/config/GodmodeIndicator.json
#!oxide/config/HelpText.json # no change from default
#!oxide/config/ImageLibrary.json # WARNING: contains Steam API key
#!oxide/config/Kits.json # no changes from default
!oxide/config/LoadingMessages.json
!oxide/config/Metabolism.json
#!oxide/config/NightVision.json # no changes from default
!oxide/config/Prod.json
!oxide/config/QuickSmelt.json
!oxide/config/RecyclerSpeed.json
#!oxide/config/Rustcord.json # WARNING: contains Discord BOT TOKEN
#!oxide/config/RustIO.json # WARNING: contains playrust.io API key
!oxide/config/ScientistNames.json
#!oxide/config/ServerArmour.json # WARNING: contains ServerArmour API key; contains Discord WebHook URL
#!oxide/config/SkinBox.json # WARNING: contains Steam API key
!oxide/config/StackMultiplier.json
!oxide/config/Staffmode.json
#!oxide/config/StashWarning.json # WARNING: contains Discord WebHook URL
!oxide/config/TimeOfDay.json
!oxide/config/UltimateQueue.json
!oxide/config/Vanish.json
## add oxide plugin data files
!oxide/data/BetterLoot/Blacklist.json
!oxide/data/BetterLoot/LootTables.json
#!oxide/data/BetterLoot/NamesList.json # no changes from default
!oxide/data/Kits/kits_data.json
!oxide/data/BetterChat.json
!oxide/data/ColouredChat.json
!oxide/data/oxide.groups.data # stored in weird binary format
!oxide/data/Staffmode_Groups.json
## add oxide plugin language files
!oxide/lang/en/DiscordAuth.json
!oxide/lang/en/DiscordChat.json