From f83ed85b510f3ab18c51e9c161a4afb23482b9de Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 10:19:11 +0800 Subject: chore: update .gitignore to include additional files and directories Added entries for Python version, Ruff cache, ESLint cache, Svelte build files, Node.js modules, and Python build artifacts to the .gitignore file to improve project cleanliness and prevent unnecessary files from being tracked. --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3f0ebb6..1c6830d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,23 @@ target/ Cargo.lock # Tauri dev files -src-tauri/gen/ \ No newline at end of file +src-tauri/gen/ + +# Python version +.python-version + +# Ruff +.ruff_cache/ + +# ESLint +.eslintcache + +# Svelte +.svelte-kit/ + +# Node.js +node_modules/ + +# Python Build +dist/ +__pycache__/ \ No newline at end of file -- cgit v1.2.3-70-g09d2 From e78e4e4f54b60bfc98dcf80ad5f3387b28999287 Mon Sep 17 00:00:00 2001 From: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:48:54 +0000 Subject: chore: apply prek auto-fixes [skip ci] --- .github/agents/commit.agent.md | 2 +- .github/instructions/commit.instructions.md | 2 +- .gitignore | 2 +- CNAME | 2 +- README.md | 1 - src-tauri/Cargo.toml | 1 - src-tauri/icons/icon.svg | 2 +- ui/public/vite.svg | 2 +- ui/src/assets/svelte.svg | 2 +- ui/src/components/VersionsView.svelte | 1 - 10 files changed, 7 insertions(+), 10 deletions(-) (limited to '.gitignore') diff --git a/.github/agents/commit.agent.md b/.github/agents/commit.agent.md index 13372e5..7187402 100644 --- a/.github/agents/commit.agent.md +++ b/.github/agents/commit.agent.md @@ -257,4 +257,4 @@ git commit --amend -m "" ## References -- Commit spec: .github/references/git/conventional-commit.md \ No newline at end of file +- Commit spec: .github/references/git/conventional-commit.md diff --git a/.github/instructions/commit.instructions.md b/.github/instructions/commit.instructions.md index cc29e9c..f01f080 100644 --- a/.github/instructions/commit.instructions.md +++ b/.github/instructions/commit.instructions.md @@ -35,4 +35,4 @@ When user requests commit help → Follow .github/agents/commit.agent.md ## User Triggers -"create commit", "commit message", "conventional commit" \ No newline at end of file +"create commit", "commit message", "conventional commit" diff --git a/.gitignore b/.gitignore index 1c6830d..4d4229e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ node_modules/ # Python Build dist/ -__pycache__/ \ No newline at end of file +__pycache__/ diff --git a/CNAME b/CNAME index ed64ffa..b35b671 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -dropout.hydroroll.team \ No newline at end of file +dropout.hydroroll.team diff --git a/README.md b/README.md index e3841f2..8bd2e56 100644 --- a/README.md +++ b/README.md @@ -114,4 +114,3 @@ Contributions are welcome! Please feel free to submit a Pull Request. [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_large) Distributed under the MIT License. See `LICENSE` for more information. - diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ab6a063..62858cf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -45,4 +45,3 @@ section = "games" assets = [ ["target/release/dropout", "usr/bin/", "755"], ] - diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg index d8b0ed7..0baf00f 100644 --- a/src-tauri/icons/icon.svg +++ b/src-tauri/icons/icon.svg @@ -47,4 +47,4 @@ - \ No newline at end of file + diff --git a/ui/public/vite.svg b/ui/public/vite.svg index e7b8dfb..ee9fada 100644 --- a/ui/public/vite.svg +++ b/ui/public/vite.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/ui/src/assets/svelte.svg b/ui/src/assets/svelte.svg index c5e0848..8c056ce 100644 --- a/ui/src/assets/svelte.svg +++ b/ui/src/assets/svelte.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/ui/src/components/VersionsView.svelte b/ui/src/components/VersionsView.svelte index ce354b9..063c28d 100644 --- a/ui/src/components/VersionsView.svelte +++ b/ui/src/components/VersionsView.svelte @@ -236,4 +236,3 @@ - -- cgit v1.2.3-70-g09d2