-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (21 loc) · 1.33 KB
/
.gitattributes
File metadata and controls
22 lines (21 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Normalize Line Endings.
* text=auto eol=lf
# LFS Tracking for large (5MB+) JSON files.
#
# Can be found with the following command:
# find . -type f -name "*.json" -size +5M | while read file; do
# git lfs track "$file"
# done
assets/database/templates/items.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/bigmap/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/laboratory/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/interchange/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/factory4_night/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/shoreline/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/tarkovstreets/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/sandbox/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/sandbox_high/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/lighthouse/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/rezervbase/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/woods/looseLoot.json filter=lfs diff=lfs merge=lfs -text
assets/database/locations/factory4_day/looseLoot.json filter=lfs diff=lfs merge=lfs -text