From 51056843d70af75d9370270f4c549361d0fed117 Mon Sep 17 00:00:00 2001 From: ichmagmaus 812 Date: Mon, 19 Jan 2026 11:57:31 +0100 Subject: [PATCH] chore: update gitignore, remove provisioning profiles from tracking --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e855890..35a4c06f 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,19 @@ buildServer.json Telegram.LSP.json **/.build/** spm-files -.bsp/** \ No newline at end of file +.bsp/** + +# =========================================== +# SECURITY: Sensitive files (DO NOT REMOVE!) +# =========================================== + +# API credentials and configuration +build-system/config.json + +# Provisioning profiles (contain Apple Developer account info) +*.mobileprovision +build-system/fake-codesigning/profiles/* + +# Backup sensitive files +*.backup +*_BACKUP* \ No newline at end of file