About 1,140,000 results
Open links in new tab
  1. Is there a compare folders feature in Visual Studio Code?

    Jul 23, 2025 · I have two folders in a Visual Studio Code project and I need to compare those two folders for new, deleted or modified files. I have seen file compare feature and third party folder compare …

  2. IntelliJ does not show project folders - Stack Overflow

    Apr 28, 2011 · I have an issue with IntelliJ. It doesn't show any folders in my project view on the left. My setting is "View As: Project" How can I manage it so that the folders and packages are shown again? …

  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 :

  4. git - How to .gitignore all files/folder in a folder, but not the ...

    Effectively, I need to ignore all of the files and folders within the folder, but not the folder itself. How can I do this? What should I put in my .gitignore file? For those wondering why I would want to do this, I …

  5. Can I arrange repositories into folders on Github? - Stack Overflow

    Aug 8, 2012 · Can I arrange repositories into folders on Github? Asked 13 years, 5 months ago Modified 11 months ago Viewed 200k times

  6. How can I Git ignore subfolders / subdirectories? - Stack Overflow

    All the previous answers are valid, but something that I don't think is mentioned is that once you add a file from that directory into the repository, you can't ignore that directory/subdirectory that contains …

  7. Command to list all files in a folder as well as sub-folders in windows ...

    Mar 11, 2015 · I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command. I have read the help for "dir" command but coudn't …

  8. What's the fastest way to delete a large folder in Windows?

    I want to delete a folder that contains thousands of files and folders. If I use Windows Explorer to delete the folder it can take 10-15 minutes (not always, but often). Is there a faster way in Wi...

  9. How do I create a folder in a GitHub repository? - Stack Overflow

    Sep 4, 2012 · I want to create a folder in a GitHub repository and then add files to that folder. How do I achieve this?

  10. filesystems - copy all files and folders from one drive to another ...

    Aug 24, 2011 · 81 i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? I am trying xcopy I:\*.* N:\ But it copies only files, not folders. So how to copy all files …