About 50 results
Open links in new tab
  1. security - How to Exclude Specific Files (like .env) from GitHub ...

    Jan 8, 2024 · I'm currently using GitHub Copilot in Visual Studio Code and am trying to find a way to prevent Copilot from accessing certain file types, specifically .env files, which contain sensitive …

  2. How to use 'cp' command to exclude a specific directory?

    Jan 3, 2011 · I want to copy all files in a directory except some files in a specific sub-directory. I have noticed that cp command didn't have the --exclude option. So, how can I achieve this?

  3. Xcopy Command excluding files and folders - Stack Overflow

    I want to copy files and folders in a directory to another folder excluding a list of files and folders.Is that possible. I was just trying to copy excluding file : xcopy c:\\t1 c:\\t2 /EXCLUDE:

  4. How can I exclude multiple folders using Get-ChildItem -exclude?

    I need to generate a configuration file for our Pro/Engineer CAD system. I need a recursive list of the folders from a particular drive on our server. However I need to EXCLUDE any folder with 'ARC...

  5. How can I exclude directories from grep -R? - Stack Overflow

    To exclude multiple directories, use --exclude-dir as: --exclude-dir={node_modules,dir1,dir2,dir3} Note the "-R" option for a deference recursive file reading, i.e. following ALL sym links, unlike "-r". …

  6. sonar runner - SonarQube Exclude a directory - Stack Overflow

    May 25, 2017 · The folder structure also matters : for example : /webapp/**/* will exclude all files under webapp directory. The " " is for directory and " " is for file. If you just have **/webapp/ then it won't …

  7. When would you use .git/info/exclude instead of .gitignore to exclude ...

    Apr 7, 2014 · The first advantage of .gitignore is that it is versioned into the repository itself, unlike .git/info/exclude. The second advantage is that you can have multiple .gitignore files, one per …

  8. Use grep --exclude/--include syntax to not grep through certain files

    Oct 21, 2008 · Searching on grep include, grep include exclude, grep exclude and variants did not find anything relevant If there's a better way of grepping only in certain files, I'm all for it; moving the …

  9. Shell command to tar directory excluding certain files/folders

    Jun 12, 2009 · Is there a simple shell command/script that supports excluding certain files/folders from being archived? I have a directory that need to be archived with a sub directory that has a number of …

  10. A regular expression to exclude a word/string - Stack Overflow

    A regular expression to exclude a word/string Asked 16 years, 3 months ago Modified 1 year, 7 months ago Viewed 1.2m times