Skip to content

Commit

Permalink
.DS_Store ignored from copy operations
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Apr 2, 2024
1 parent 85c9f11 commit d1a0d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ gulp.task('copy:misc', () =>
// (other tasks will handle the copying of these files)
`!${dirs.src}/css/main.css`,
`!${dirs.src}/index.html`,
`!**/.DS_Store`
],
{
encoding: false,
Expand Down

0 comments on commit d1a0d5d

Please sign in to comment.