From 0fe9ed4998d4048cc90a0ab0c41b2cf44b066849 Mon Sep 17 00:00:00 2001 From: xiaji Date: Sun, 1 Mar 2026 12:59:28 +0800 Subject: [PATCH] chore(ignore): ignore NUL file and common build outputs --- .gitignore | 73 +++--------------------------------------------------- 1 file changed, 4 insertions(+), 69 deletions(-) diff --git a/.gitignore b/.gitignore index 0e29822..ba93173 100644 --- a/.gitignore +++ b/.gitignore @@ -1,71 +1,6 @@ -# Built application files -*.apk -*.ap_ -*.aab +# Ignore Windows reserved files +NUL -# Files for the ART/Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ -out/ - -# Gradle files +# Android/ Gradle build outputs (optional for CI, can be kept locally if desired) +**/build/ .gradle/ -build/ - -# Local configuration file (sdk path, etc) -local.properties - -# Proguard folder generated by Eclipse -proguard/ - -# Log Files -*.log - -# Android Studio Navigation editor temp files -.navigation/ - -# Android Studio captures folder -captures/ - -# IntelliJ -*.iml -.idea/ - -# Keystore files -*.jks -*.keystore - -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild -.cxx/ - -# Google Services (API key) -google-services.json - -# Freeline -freeline.py -freeline/ -freeline_project_description.json - -# fastjson -fastjson/ - -# Test folder -test/ -tests/ - -# Python -__pycache__/ -*.py[cod] -*$py.class - -# Airtest -*.log -*.png -report/