You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, is it possible right now with this extension, to copy all the files that are listed in a separate text or JSON file? Or, an exclusion list from a text file would work too. Kind of like how ESLint has .eslintignore, for files it shouldn't process.
For example, I want to copy all files into a dist folder. So I make a separate distfiles.txt that looks like this:
folder1
folder2
routes.ts
package.json
And then I run copyfiles like this, for example: copyfiles -filelist distfiles.txt dist
The text was updated successfully, but these errors were encountered:
Hey, is it possible right now with this extension, to copy all the files that are listed in a separate text or JSON file? Or, an exclusion list from a text file would work too. Kind of like how ESLint has .eslintignore, for files it shouldn't process.
For example, I want to copy all files into a
dist
folder. So I make a separatedistfiles.txt
that looks like this:And then I run copyfiles like this, for example:
copyfiles -filelist distfiles.txt dist
The text was updated successfully, but these errors were encountered: