forked from FakeFishGames/Barotrauma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (50 loc) · 937 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
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Dd]ebugWindows/
[Rr]eleaseWindows/
[Dd]ebugMac/
[Rr]eleaseMac/
[Dd]ebugLinux/
[Rr]eleaseLinux/
*.o
# Misc vs crap
*.v12.suo
*.suo
*.csproj.user
*.shproj.user
*.vcxproj.user
# Rider
.idea/
# Platform-specific webm_mem_playback files
Libraries/webm_mem_playback/libvpx_x64_linux/
Libraries/webm_mem_playback/libvpx_x64_vs15/
Libraries/webm_mem_playback/libvpx_x86_vs15/
Libraries/webm_mem_playback/libwebm_x64_linux/
Libraries/webm_mem_playback/libwebm_x64_vs19/
Libraries/webm_mem_playback/libwebm_x86_vs19/
Libraries/webm_mem_playback/opus_x64_linux/
#performance reports & sessions
*.vsp
*.psess
.vs/
# Mac
*.DS_Store
# Win
desktop.ini
# Merge script
temp.txt
# Private assets
Barotrauma/BarotraumaShared/Content/*
Barotrauma/**/GameAnalyticsKeys.cs
.github/ISSUE_TEMPLATE/release-checklist.md
#Rider
*.DotSettings.user