.DS_Store files in 3 places in the 5.5.x branch

Created on 9 December 2024, about 2 months ago

Problem/Motivation

Since the 2573b638 commit in September removed 5 .DS_Store files, I thought I should mention that I found 3 more:

  • ./config/.DS_Store
  • ./css/.DS_Store
  • ./subtheme/config/.DS_Store
πŸ“Œ Task
Status

Active

Version

5.5

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kwiseman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @kwiseman
  • Merge request !88Delete .DS_Store files in 5.5.x branch. β†’ (Open) created by kwiseman
  • πŸ‡ΊπŸ‡ΈUnited States 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) βœ— 
    
Production build 0.71.5 2024