From 0a3f464e9d6e28ac0a3a2f09d30d208130a6397a Mon Sep 17 00:00:00 2001 From: htom Date: Mon, 16 Feb 2026 14:02:34 +0100 Subject: [PATCH] added gitignore and license --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a547bf36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/README.md b/README.md new file mode 100644 index 00000000..ac76a388 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# OMG + +One Minute Game for university class. Made in Unity \ No newline at end of file