From 27226b3df8082e80d71fb413ebd37d49a0920e92 Mon Sep 17 00:00:00 2001 From: Squad03_Leticia_Lacerda Date: Mon, 27 Apr 2026 03:42:34 +0000 Subject: [PATCH] Excluir node_modules/autoprefixer.cmd --- node_modules/autoprefixer.cmd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 node_modules/autoprefixer.cmd diff --git a/node_modules/autoprefixer.cmd b/node_modules/autoprefixer.cmd deleted file mode 100644 index 4bb03e2..0000000 --- a/node_modules/autoprefixer.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -GOTO start -:find_dp0 -SET dp0=%~dp0 -EXIT /b -:start -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\autoprefixer\bin\autoprefixer" %*