From 1a9afd1d6a8caa9fbca1390d7cb2ef31d7b419b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?=
<52170489+GerardGascon@users.noreply.github.com>
Date: Thu, 24 Apr 2025 19:10:04 +0200
Subject: [PATCH] chore: remove unnecessary files
---
.github/workflows/main.yml | 81 -------------------
.idea/.idea.SantJordiJam24/.idea/.gitignore | 13 ---
.../.idea.SantJordiJam24/.idea/encodings.xml | 4 -
.../.idea/git_toolbox_prj.xml | 15 ----
.../.idea/indexLayout.xml | 8 --
.idea/.idea.SantJordiJam24/.idea/vcs.xml | 6 --
6 files changed, 127 deletions(-)
delete mode 100644 .github/workflows/main.yml
delete mode 100644 .idea/.idea.SantJordiJam24/.idea/.gitignore
delete mode 100644 .idea/.idea.SantJordiJam24/.idea/encodings.xml
delete mode 100644 .idea/.idea.SantJordiJam24/.idea/git_toolbox_prj.xml
delete mode 100644 .idea/.idea.SantJordiJam24/.idea/indexLayout.xml
delete mode 100644 .idea/.idea.SantJordiJam24/.idea/vcs.xml
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 59ce85b..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,81 +0,0 @@
-name: Actions 😎
-
-on:
- workflow_dispatch:
-
-jobs:
- test:
- name: Test my project 🧪
- runs-on: ubuntu-latest
- steps:
- # Checkout
- - name: Checkout repository
- uses: actions/checkout@v4
- with:
- lfs: true
-
- # Cache
- - uses: actions/cache@v3
- with:
- path: Library
- key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
- restore-keys: |
- Library-
-
- # Test
- - name: Run tests
- uses: game-ci/unity-test-runner@v4
- env:
- UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
- UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
- UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
- with:
- githubToken: ${{ secrets.GITHUB_TOKEN }}
-
- build:
- needs: test
-
- name: Build my project ✨
- runs-on: ubuntu-latest
- strategy:
- fail-fast: false # if one build fails, other platforms will still be built
- matrix:
- targetPlatform:
- - os: StandaloneWindows64
- channel: win
- steps:
- # Checkout
- - name: Checkout repository
- uses: actions/checkout@v4
- with:
- lfs: true
-
- # Cache
- - uses: actions/cache@v3
- with:
- path: Library
- key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
- restore-keys: |
- Library-
-
- # Build
- - name: Build project
- uses: game-ci/unity-builder@v4
- env:
- UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
- UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
- UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
- with:
- targetPlatform: ${{ matrix.targetPlatform.os }}
- allowDirtyBuild: true
- buildName: Roses
-
- # Deploy
- - uses: manleydev/butler-publish-itchio-action@master
- env:
- BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
- CHANNEL: ${{ matrix.targetPlatform.channel }}
- ITCH_GAME: roses
- ITCH_USER: Geri8
- PACKAGE: build/${{ matrix.targetPlatform.os }}
- VERSION_FILE: version_number.txt
\ No newline at end of file
diff --git a/.idea/.idea.SantJordiJam24/.idea/.gitignore b/.idea/.idea.SantJordiJam24/.idea/.gitignore
deleted file mode 100644
index 7ac1389..0000000
--- a/.idea/.idea.SantJordiJam24/.idea/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Rider ignored files
-/projectSettingsUpdater.xml
-/modules.xml
-/.idea.SantJordiJam24.iml
-/contentModel.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/.idea.SantJordiJam24/.idea/encodings.xml b/.idea/.idea.SantJordiJam24/.idea/encodings.xml
deleted file mode 100644
index df87cf9..0000000
--- a/.idea/.idea.SantJordiJam24/.idea/encodings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.SantJordiJam24/.idea/git_toolbox_prj.xml b/.idea/.idea.SantJordiJam24/.idea/git_toolbox_prj.xml
deleted file mode 100644
index 02b915b..0000000
--- a/.idea/.idea.SantJordiJam24/.idea/git_toolbox_prj.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.SantJordiJam24/.idea/indexLayout.xml b/.idea/.idea.SantJordiJam24/.idea/indexLayout.xml
deleted file mode 100644
index 7b08163..0000000
--- a/.idea/.idea.SantJordiJam24/.idea/indexLayout.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.SantJordiJam24/.idea/vcs.xml b/.idea/.idea.SantJordiJam24/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/.idea.SantJordiJam24/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file