Skip to content

Commit 62d6eef

Browse files
committed
-
mashes snooze button virtual vaykay
1 parent bf74bd5 commit 62d6eef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+192
-219
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
*.xen binary
66
*.dbg.xen text
77
*.dbg text
8-
*.cs eol=crlf
8+
*.cs eol=crlf
9+
*.Designer.cs linguist-detectable=false

.gitignore

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ Release/
3333
/__BUILDS
3434
game.idb
3535
*.UserDbg
36-
fastgh3_1.0.exe
37-
FastGH3.exe.config
36+
*_1.*.exe
37+
*_1.*.zip
38+
*.config
3839
currentsong.txt
3940
/SOURCE/QbScripts/syntaxref/*.qbscript
4041
Debug/
@@ -73,26 +74,34 @@ launcher.txt
7374
disabled/
7475
!/DATA/MODS/disabled
7576
/SOURCE/q/test
77+
/SOURCE/Misc/verify_build.sh
7678

77-
# if i add items to this list that were already committed before, will it remove it from the repo?
7879
stats_*.txt
7980
/DATA/HIGHWAYS
8081
/DATA/ZONES/__themes/*
8182
/SOURCE/.editorconfig
8283

83-
# if i add items to this list that were already committed before, will it remove it from the repo?
84-
85-
# i put this and its showing these as untracked still
86-
/DATA/MOVIES/BIK/backgrnd_video.bik.xen
87-
/DATA/PAK/player.pak.xen
8884
/SOURCE/Zones/highway/__output.scn
8985
/SOURCE/Zones/highway/__output.tex
9086
*.log.xz
9187
/THEMES/*/
9288
/PLUGINS/RichPresence.dll
93-
/DATA/hway.pak.xen
94-
/DATA/gameplay_BG.img.xen
9589
*.user
96-
# forgot if this ignore is based on visual studio ignore, but this should be excluded if its really just going to contain one user preference about how files are presented in a project
90+
# forgot if this ignore is based on visual studio ignore, but this should be excluded if it's really just going to contain one user preference about how files are presented in a project
9791
*.aps
9892
*.res
93+
94+
# signature files, Y U NO TRUST ME OTHER WINDOWS MACHINES
95+
*.sig
96+
*.asc
97+
98+
# user files, now don't need to worry about accidentally including
99+
# things because code won't crash from not having to load user things
100+
/DATA/hway.pak.xen
101+
/DATA/gameplay_BG.img.xen
102+
/DATA/MOVIES/BIK/backgrnd_video.bik.xen
103+
/DATA/PAK/player.pak.xen
104+
/DATA/MUSIC/fastgh3.fsb.xen
105+
/DATA/MUSIC/fastgh3.dat.xen
106+
/DATA/PAK/song.pak.xen
107+
/DATA/PAK/song.qb.xen

DATA/MUSIC/TOOLS/bt.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f�
1+
f�N

DATA/MUSIC/TOOLS/helix.exe

-1 KB
Binary file not shown.

DATA/MUSIC/TOOLS/v.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MTY4ODQ4NjQwMDAwMA==
1+
MTcyMDExMzAwNTAwMA

DATA/MUSIC/fastgh3.dat.xen

-88 Bytes
Binary file not shown.

DATA/MUSIC/fastgh3.fsb.xen

-13.9 MB
Binary file not shown.

DATA/PAK/dbg.pak.xen

-17.1 KB
Binary file not shown.

DATA/PAK/qb.pab.xen

-128 Bytes
Binary file not shown.

DATA/PAK/qb.pak.xen

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)