From 3fb75f57651f541a23c88f24be884c7cc938669c Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 19 Aug 2025 19:22:10 +0300 Subject: [PATCH] .gitignore: add *.cmd --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc4262f..a828702 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,6 @@ exports dist build .strapi-updater.json -.strapi-cloud.json \ No newline at end of file +.strapi-cloud.json + +*.cmd \ No newline at end of file