-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compress Database Location Files (#954)
Due to LFS storage issues... This PR removes all current LFS files (the location loot files) and replaces them with a single 7-zip archive. The archive is stored in LFS, but has decreased in size by roughly 95%. The location `.json` files are now git-ignored. There are two new npm commands to aid in working with the archive: - `npm run database:compress` Compresses the JSON files into an archive *which can be committed into the project*. - `npm run database:decompress` Decompresses the archive into the original JSON files located in the working directory. The gulp file that handles builds has been updated to ensure that the archive files are *always* used when a build is processed, regardless of if the JSON files are already present in the working directory.
- Loading branch information
Showing
103 changed files
with
371 additions
and
123,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,4 @@ | ||
# Normalize Line Endings | ||
* text=auto eol=lf | ||
|
||
# LFS File Listing | ||
project/assets/database/locations/interchange/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/interchange/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/interchange/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/interchange/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/lighthouse/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/lighthouse/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/lighthouse/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/lighthouse/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/shoreline/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/shoreline/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/shoreline/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/shoreline/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/tarkovstreets/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/tarkovstreets/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/tarkovstreets/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/tarkovstreets/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/woods/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/woods/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/woods/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/woods/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/factory4_day/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_day/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_day/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_day/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/factory4_night/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_night/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_night/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_night/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/rezervbase/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/rezervbase/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/rezervbase/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/rezervbase/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/bigmap/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/bigmap/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/bigmap/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/bigmap/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/laboratory/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/laboratory/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/laboratory/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/laboratory/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/sandbox/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/database/locations/sandbox_high/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox_high/staticLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox_high/staticContainers.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox_high/staticAmmo.json filter=lfs diff=lfs merge=lfs -text | ||
|
||
project/assets/compressed/database/locations.7z filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.