Skip to content

Commit

Permalink
ci: untracked all files from git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 13, 2024
1 parent 408cc32 commit dbf9f1c
Show file tree
Hide file tree
Showing 45 changed files with 788 additions and 57 deletions.
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@
*.mp3 binary
*.png binary
*.hdr binary

# Files tracked by git-lfs
resources/materials/psx_tree.tres filter=lfs diff=lfs merge=lfs -text
assets/models/lamp_post_bench_trashcan/control_box.tscn filter=lfs diff=lfs merge=lfs -text
12 changes: 0 additions & 12 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- uses: extractions/setup-just@v1

- name: Load dotenv
Expand All @@ -37,9 +34,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- uses: extractions/setup-just@v1

- name: Load dotenv
Expand Down Expand Up @@ -72,9 +66,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- uses: extractions/setup-just@v1

- name: Cache Godot
Expand Down Expand Up @@ -112,9 +103,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- uses: extractions/setup-just@v1

- name: Load dotenv
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="fd1796543637f98353085d28e7123a51"
dest_md5="12d46ea1b112ab56ca191e74143d8e78"

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="16df86ac9e0938168a909f31880f0584"
dest_md5="dab1d846ec20a8b4e0ae39ae5e080bc3"

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="e78d0053aebc2fc620358b74fb152577"
dest_md5="db591c778213081aa3610ec542bae750"

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="6bd1f6db4caae88e964a5116e165ab38"
dest_md5="4e1322edd8f06f1d74035870b92ac719"

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="d937a77fa24bf411f131a60a092ff2b9"
dest_md5="f5e37f7676f747e2be18f461271aadf5"

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="9b590398cae0c60e6ba97878220b68a4"
dest_md5="dff4250768f33dddf72017f4a5223e27"

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="b947e267470d413fb63118074d4c2a17"
dest_md5="9a48094375c83bd390757d105df9ccdd"

Binary file not shown.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files # Prevent giant files from being committed
args: ['--maxkb=1500']
- id: fix-byte-order-marker # Prevents weird UTF-8 encoding edge cases
- id: check-case-conflict # Check if case-insensitive filesystems would bork
- id: check-docstring-first # Check for if docstring was misplaced
Expand Down
Binary file not shown.
Loading

0 comments on commit dbf9f1c

Please sign in to comment.