From 6fc7b19071a8236411815f1e37f2ad945ac660d6 Mon Sep 17 00:00:00 2001 From: Sc0rch-thinks Date: Fri, 12 Jul 2024 15:36:30 +0800 Subject: [PATCH] game: ignore .vscode --- {Game => BukitTimahGame}/.gitattributes | 0 {Game => BukitTimahGame}/.gitignore | 1 + 2 files changed, 1 insertion(+) rename {Game => BukitTimahGame}/.gitattributes (100%) rename {Game => BukitTimahGame}/.gitignore (99%) diff --git a/Game/.gitattributes b/BukitTimahGame/.gitattributes similarity index 100% rename from Game/.gitattributes rename to BukitTimahGame/.gitattributes diff --git a/Game/.gitignore b/BukitTimahGame/.gitignore similarity index 99% rename from Game/.gitignore rename to BukitTimahGame/.gitignore index 38d636c..1c49550 100644 --- a/Game/.gitignore +++ b/BukitTimahGame/.gitignore @@ -96,3 +96,4 @@ crashlytics-build.properties **/.idea/**/*.iml **/.idea/**/contentModel.xml **/.idea/**/modules.xml +.vscode \ No newline at end of file