Answers for "gitignore !."

15

.gitignore

node_modules
.DS_Store
.env
Posted by: Guest on November-11-2019
0

!.gitignore

$ cat .gitignore
    vmlinux*
    $ ls arch/foo/kernel/vm*
    arch/foo/kernel/vmlinux.lds.S
    $ echo '!/vmlinux*' >arch/foo/kernel/.gitignore
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language