Ignoring directories in Git repositories on Windows

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Ignoring directories in Git repositories on Windows

Message par ForumBot »

Ignoring directories in Git repositories on Windows
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Ignoring directories in Git repositories on Windows

Message par ForumBot »

Create a file named `.gitignore` in your project's directory. Ignore directories by entering the directory name into the file (with a slash appended):

```
dir_to_ignore/

```

More information is [here](http://git-scm.com/docs/gitignore).
Répondre

Revenir à « GitHub Copilot »