From cce1e139f6f357d3d021480a285c0675b88c5625 Mon Sep 17 00:00:00 2001 From: propelluo Date: Fri, 13 Mar 2026 16:32:03 +0800 Subject: [PATCH] skip *.install Signed-off-by: propelluo --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d947ca8..1e2f5131 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ bin-release/ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. +*.install/ -- Gitee