Skip to content

Commit f0c2f93

Browse files
committed
Removes Location Files from Git & Git LFS
Does not remove them from history.
1 parent 39ce22f commit f0c2f93

File tree

93 files changed

+1
-123568
lines changed

Some content is hidden

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

93 files changed

+1
-123568
lines changed

.gitattributes

-61
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,3 @@
11
# Normalize Line Endings
22
* text=auto eol=lf
33

4-
# LFS File Listing
5-
project/assets/database/locations/interchange/looseLoot.json filter=lfs diff=lfs merge=lfs -text
6-
project/assets/database/locations/interchange/staticLoot.json filter=lfs diff=lfs merge=lfs -text
7-
project/assets/database/locations/interchange/staticContainers.json filter=lfs diff=lfs merge=lfs -text
8-
project/assets/database/locations/interchange/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
9-
10-
project/assets/database/locations/lighthouse/looseLoot.json filter=lfs diff=lfs merge=lfs -text
11-
project/assets/database/locations/lighthouse/staticLoot.json filter=lfs diff=lfs merge=lfs -text
12-
project/assets/database/locations/lighthouse/staticContainers.json filter=lfs diff=lfs merge=lfs -text
13-
project/assets/database/locations/lighthouse/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
14-
15-
project/assets/database/locations/shoreline/looseLoot.json filter=lfs diff=lfs merge=lfs -text
16-
project/assets/database/locations/shoreline/staticLoot.json filter=lfs diff=lfs merge=lfs -text
17-
project/assets/database/locations/shoreline/staticContainers.json filter=lfs diff=lfs merge=lfs -text
18-
project/assets/database/locations/shoreline/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
19-
20-
project/assets/database/locations/tarkovstreets/looseLoot.json filter=lfs diff=lfs merge=lfs -text
21-
project/assets/database/locations/tarkovstreets/staticLoot.json filter=lfs diff=lfs merge=lfs -text
22-
project/assets/database/locations/tarkovstreets/staticContainers.json filter=lfs diff=lfs merge=lfs -text
23-
project/assets/database/locations/tarkovstreets/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
24-
25-
project/assets/database/locations/woods/looseLoot.json filter=lfs diff=lfs merge=lfs -text
26-
project/assets/database/locations/woods/staticLoot.json filter=lfs diff=lfs merge=lfs -text
27-
project/assets/database/locations/woods/staticContainers.json filter=lfs diff=lfs merge=lfs -text
28-
project/assets/database/locations/woods/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
29-
30-
project/assets/database/locations/factory4_day/looseLoot.json filter=lfs diff=lfs merge=lfs -text
31-
project/assets/database/locations/factory4_day/staticLoot.json filter=lfs diff=lfs merge=lfs -text
32-
project/assets/database/locations/factory4_day/staticContainers.json filter=lfs diff=lfs merge=lfs -text
33-
project/assets/database/locations/factory4_day/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
34-
35-
project/assets/database/locations/factory4_night/looseLoot.json filter=lfs diff=lfs merge=lfs -text
36-
project/assets/database/locations/factory4_night/staticLoot.json filter=lfs diff=lfs merge=lfs -text
37-
project/assets/database/locations/factory4_night/staticContainers.json filter=lfs diff=lfs merge=lfs -text
38-
project/assets/database/locations/factory4_night/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
39-
40-
project/assets/database/locations/rezervbase/looseLoot.json filter=lfs diff=lfs merge=lfs -text
41-
project/assets/database/locations/rezervbase/staticLoot.json filter=lfs diff=lfs merge=lfs -text
42-
project/assets/database/locations/rezervbase/staticContainers.json filter=lfs diff=lfs merge=lfs -text
43-
project/assets/database/locations/rezervbase/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
44-
45-
project/assets/database/locations/bigmap/looseLoot.json filter=lfs diff=lfs merge=lfs -text
46-
project/assets/database/locations/bigmap/staticLoot.json filter=lfs diff=lfs merge=lfs -text
47-
project/assets/database/locations/bigmap/staticContainers.json filter=lfs diff=lfs merge=lfs -text
48-
project/assets/database/locations/bigmap/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
49-
50-
project/assets/database/locations/laboratory/looseLoot.json filter=lfs diff=lfs merge=lfs -text
51-
project/assets/database/locations/laboratory/staticLoot.json filter=lfs diff=lfs merge=lfs -text
52-
project/assets/database/locations/laboratory/staticContainers.json filter=lfs diff=lfs merge=lfs -text
53-
project/assets/database/locations/laboratory/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
54-
55-
project/assets/database/locations/sandbox/looseLoot.json filter=lfs diff=lfs merge=lfs -text
56-
project/assets/database/locations/sandbox/staticLoot.json filter=lfs diff=lfs merge=lfs -text
57-
project/assets/database/locations/sandbox/staticContainers.json filter=lfs diff=lfs merge=lfs -text
58-
project/assets/database/locations/sandbox/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
59-
60-
project/assets/database/locations/sandbox_high/looseLoot.json filter=lfs diff=lfs merge=lfs -text
61-
project/assets/database/locations/sandbox_high/staticLoot.json filter=lfs diff=lfs merge=lfs -text
62-
project/assets/database/locations/sandbox_high/staticContainers.json filter=lfs diff=lfs merge=lfs -text
63-
project/assets/database/locations/sandbox_high/staticAmmo.json filter=lfs diff=lfs merge=lfs -text
64-

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.exe
33
*.zip
44
*.d.ts
5+
project/assets/database/locations/
56
project/build/
67
project/obj/
78
project/dist/

project/assets/database/locations/base.json

-32
This file was deleted.

0 commit comments

Comments
 (0)