From 84b06b300486d9e84d281093834336d65775b10c Mon Sep 17 00:00:00 2001 From: Vecipher Date: Tue, 28 Oct 2025 21:16:25 +0800 Subject: [PATCH 1/5] .gitignore setup by Tom --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7361e36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,62 @@ +# proj ignore rules +## unity-automatically generated folders, i hope this is the right naming convention +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +[Ll]ogs/ +[Uu]ser[Ss]ettings/ +MemoryCaptures/ +Recordings/ +ExportedObj/ +Packages/com.unity.collab-proxy/ +## compile and IDE outputs +*.csproj +*.unityproj +*.sln +*.suo +*.pidb +*.user +*.userprefs +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db +*.tmp +*.tmp.meta +*.CopyComplete +## IDE specific directorie - i assume we're all using vscode +.vs/ +## crash shit and diagnostics - should be local and default-not shared +*.stacktrace +*.log +*.dmp +sysinfo.txt +## build artifacts since those are heavy +bin/ +obj/ +*.apk +*.aab +*.app +*.exe +*.ipa +*.msi +## unitypackage +*.unitypackage +## OS generated files +# macOS - oh my sigma +.DS_Store +.AppleDouble +.LSOverride +Icon? +._* +# windows :throwing-up: +Thumbs.db +ehthumbs.db +Desktop.ini +# Linux / common editor backups - not sure what to put here +# but keep it - minimal, since im going to get a pc later on +*~ From 775efd9c68f003792596bdd3009d820b41c6038e Mon Sep 17 00:00:00 2001 From: Vecipher Date: Tue, 28 Oct 2025 21:19:50 +0800 Subject: [PATCH 2/5] placeholder ci --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..4663eff --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,12 @@ +name: placeholder ci + +on: + push: + pull_request: + +jobs: + noop: + runs-on: ubuntu-latest # technically shit is free, but ubuntu runners are the most common and its good practice + steps: + - name: placeholder gargle gargle gargle + run: echo "ci placeholder, change this when code changes, someone get a linter" From 043693c68a197cdf8b49325c775d99662bce80e3 Mon Sep 17 00:00:00 2001 From: Vecipher Date: Tue, 28 Oct 2025 21:21:00 +0800 Subject: [PATCH 3/5] minor fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4663eff..d4e4a79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: placeholder ci +name: ci on: push: From cae5281254ddcf3bc255860f60c603689cfa32f7 Mon Sep 17 00:00:00 2001 From: Vecipher Date: Tue, 28 Oct 2025 21:21:35 +0800 Subject: [PATCH 4/5] a very minor naming change --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e4a79..dd12605 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: ci.yml on: push: From 5f3c4b68847903a6c61dfedb5456128420c02d74 Mon Sep 17 00:00:00 2001 From: Vecipher Date: Tue, 28 Oct 2025 21:23:33 +0800 Subject: [PATCH 5/5] please work --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd12605..1afa4b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ -name: ci.yml +name: ci on: push: pull_request: jobs: - noop: + ci: runs-on: ubuntu-latest # technically shit is free, but ubuntu runners are the most common and its good practice steps: - name: placeholder gargle gargle gargle