commit 0a3f464e9d6e28ac0a3a2f09d30d208130a6397a Author: htom Date: Mon Feb 16 14:02:34 2026 +0100 added gitignore and license 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