Browse Source

git lfs, but like, for real this time

main
cinnaboot 6 months ago
parent
commit
ea4cb68aec
  1. 12
      .gitattributes
  2. 1
      .gitignore
  3. BIN
      data/Color Palette 140.png
  4. BIN
      data/colored_vertices.frag
  5. BIN
      data/colored_vertices.vert
  6. BIN
      data/debug.frag
  7. BIN
      data/debug.vert
  8. BIN
      data/full_lighting.frag
  9. BIN
      data/full_lighting.vert
  10. BIN
      data/icosphere.bin
  11. BIN
      data/icosphere.gltf
  12. BIN
      data/texture_only.frag
  13. BIN
      data/texture_only.vert

12
.gitattributes vendored

@ -1,11 +1 @@
data/colored_vertices.frag filter=lfs diff=lfs merge=lfs -text
data/Color[[:space:]]Palette[[:space:]]140.png filter=lfs diff=lfs merge=lfs -text
data/debug.frag filter=lfs diff=lfs merge=lfs -text
data/full_lighting.frag filter=lfs diff=lfs merge=lfs -text
data/icosphere.bin filter=lfs diff=lfs merge=lfs -text
data/texture_only.vert filter=lfs diff=lfs merge=lfs -text
data/colored_vertices.vert filter=lfs diff=lfs merge=lfs -text
data/debug.vert filter=lfs diff=lfs merge=lfs -text
data/full_lighting.vert filter=lfs diff=lfs merge=lfs -text
data/icosphere.gltf filter=lfs diff=lfs merge=lfs -text
data/texture_only.frag filter=lfs diff=lfs merge=lfs -text
data/** filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored

@ -2,4 +2,3 @@ build/*
bin/*
tags
Session.vim
data/

BIN
data/Color Palette 140.png (Stored with Git LFS)

Binary file not shown.

BIN
data/colored_vertices.frag (Stored with Git LFS)

Binary file not shown.

BIN
data/colored_vertices.vert (Stored with Git LFS)

Binary file not shown.

BIN
data/debug.frag (Stored with Git LFS)

Binary file not shown.

BIN
data/debug.vert (Stored with Git LFS)

Binary file not shown.

BIN
data/full_lighting.frag (Stored with Git LFS)

Binary file not shown.

BIN
data/full_lighting.vert (Stored with Git LFS)

Binary file not shown.

BIN
data/icosphere.bin (Stored with Git LFS)

Binary file not shown.

BIN
data/icosphere.gltf (Stored with Git LFS)

Binary file not shown.

BIN
data/texture_only.frag (Stored with Git LFS)

Binary file not shown.

BIN
data/texture_only.vert (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save