Jump to content

Git: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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]]
[[Category:Software]]