Jump to content

Git: Difference between revisions

23 bytes added ,  Yesterday at 09:20
no edit summary
No edit summary
No edit summary
Line 48: Line 48:
You can also specifically allow files or directories inside of ignored directories using an !:
You can also specifically allow files or directories inside of ignored directories using an !:
     !/foo/bar # specifically allows the file bar in the foo directory, even though foo is in the gitignore file
     !/foo/bar # specifically allows the file bar in the foo directory, even though foo is in the gitignore file
[[Category:Helpdesk]]