- Issue created by @kwiseman
- π΅πPhilippines clarkssquared
Hi kwiseman,
The MR is pretty straight forward as it removes the .DS_Store files as per the report, I applied it and I confirmed that there are no .DS_Store files anywhere in the theme's directory
β bootstrap_barrio git:(5.5.x) find . -name .DS_Store ./subtheme/config/.DS_Store ./css/.DS_Store ./config/.DS_Store β bootstrap_barrio git:(5.5.x) curl https://git.drupalcode.org/project/bootstrap_barrio/-/merge_requests/88.diff | git apply -v % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 666 0 666 0 0 1070 0 --:--:-- --:--:-- --:--:-- 1081 Checking patch config/.DS_Store... Checking patch css/.DS_Store... Checking patch subtheme/config/.DS_Store... Applied patch config/.DS_Store cleanly. Applied patch css/.DS_Store cleanly. Applied patch subtheme/config/.DS_Store cleanly. β bootstrap_barrio git:(5.5.x) β find . -name .DS_Store β bootstrap_barrio git:(5.5.x) β