From 2841a2e9562434de352f514812889cf4889259c8 Mon Sep 17 00:00:00 2001 From: Vova <3emaster@gmail.com> Date: Mon, 6 Mar 2023 07:39:59 +0200 Subject: [PATCH] exclude ProjectVersion. add it to git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a5cd83a..f2a8c974 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,5 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta -/[Aa]ssets/[Ss]treamingAssets/aa/* \ No newline at end of file +/[Aa]ssets/[Ss]treamingAssets/aa/* +/ProjectSettings/ProjectVersion.txt