Questions tagged as 'gitignore'

1
answer

Git does not work for me .gitignore

Good I have a repository git with this .gitignore .DS_Store node_modules/ dist/ npm-debug.log yarn-error.log assets/img/file # Editor directories and files .idea *.suo *.ntvs* *.njsproj *.sln #Archivos de eclipse .project .buildpath...
asked by 07.12.2017 / 07:20
1
answer

Configure .gitignore to not track certain files within a directory

I am trying to configure the .gitignore file within my repository to track only certain files in a directory. So far what I have is this, but it does not work as I wish: node_modules/* node_modules/@themingisprose/icon-pack/* !node_modu...
asked by 07.09.2018 / 20:54