Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Remove .godot folder from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpercic committed May 15, 2024
1 parent 5d416f2 commit 6a875dc
Show file tree
Hide file tree
Showing 50 changed files with 5 additions and 117 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Execute GUT Unit Test
uses: ceceppa/godot-gut-ci@main
uses: dorianpercic/godot-gut-ci@main
with:
godot_version: 4.2.2
gut_params: -gdir=res://src/test/unit -gprefix=test_ -gsuffix=.gd
gut_params: -gconfig=res://gut_editor_config.json
project_path: godot

3 changes: 2 additions & 1 deletion .github/workflows/linux_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Godot Export
run: |
set -x
godot godot/project.godot --headless --import -q
touch godot/.godot/extension_list.cfg
echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg
just linux-release
Expand Down Expand Up @@ -84,9 +85,9 @@ jobs:
- name: Godot Export
run: |
set -x
godot godot/project.godot --headless --import -q
touch godot/.godot/extension_list.cfg
echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg
godot --headless -q -e --quit
echo "export/android/java_sdk_path = \"$(dirname $(dirname $(which java)))\"" >> ~/.config/godot/editor_settings-4.tres
echo "export/android/android_sdk_path = \"$(pwd)/dependencies/android-sdk/\"" >> ~/.config/godot/editor_settings-4.tres
export GODOT_ANDROID_KEYSTORE_RELEASE_PATH="$PWD/secrets/debug.keystore"
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ secrets/
export/
rust/target/
.godot/
!.godot/imported/
!.godot/global_script_class_cache.cfg
*.vscode/
43 changes: 0 additions & 43 deletions godot/.godot/global_script_class_cache.cfg

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit 6a875dc

Please sign in to comment.