Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

326
Views
Glob pattern for everything including hidden files

I try to get a glob pattern which includes every file in every subdirectory, but I can't figure out how to include hidden files.

Example, all those should match:

.git
.github/workflow.yml
index.js
src/index.js
src/components/index.js

This works for all files with name and extension, but leaves out hidden files:

**/**

More specific background: I want so make an archive with all files except node_modules (and potentially some others), using the archiver library.

archive.directory("???", {
    ignore: ["node_modules/", ...some other files],
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!