Skip to content

Commit

Permalink
Move binary files to neoAssets (NeotokyoRebuild#568)
Browse files Browse the repository at this point in the history
* copy contents of neo folder into neo folder

* move files to neoAssets

* gitignore assets from asset repository, use fetch to grab assets

* unused variable

* always grab latest assets by default, use git_shallow for performance
  • Loading branch information
AdamTadeusz authored Sep 20, 2024
1 parent 9e83cc3 commit e6f1020
Show file tree
Hide file tree
Showing 78 changed files with 27 additions and 59,256 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ mp/game/mod_hl2mp

mp/game/neo/screenshots

# Binary Assets
mp/game/neo/maps
mp/game/neo/mapsrc
mp/game/neo/materials
mp/game/neo/particles
mp/game/neo/shaders

# Any debug or user specific configs that shouldn't be pushed
mp/game/neo/cfg/config.cfg
mp/game/neo/cfg/rain.cfg
Expand Down
1 change: 0 additions & 1 deletion mp/game/neo/maps/.gitignore

This file was deleted.

Binary file removed mp/game/neo/maps/dm_lockdown.bsp
Binary file not shown.
Binary file removed mp/game/neo/maps/nt_dimensions_test.bsp
Binary file not shown.
Loading

0 comments on commit e6f1020

Please sign in to comment.