#1 vincesima

Aberto
vincesima quer mesclar 2 commits de vincesima/ZCW-Typescript-Ionic-Ng:master em master

very basic UI for passion project written in ionic

very basic UI for passion project written in ionic

23053 files!

23053 files!
kristofer comentou 6 anos atrás
Proprietário

you need to build a .gitignore for all the node_module junk and a lot of the other junk too. maybe this one https://github.com/Microsoft/TypeScript/blob/master/.gitignore

you need to build a .gitignore for all the node_module junk and a lot of the other junk too. maybe this one <https://github.com/Microsoft/TypeScript/blob/master/.gitignore>
kristofer comentou 6 anos atrás
Proprietário

once you get the .gitignore file in place, you have to...

Remove Stuff that should ignored.

The series of commands below will remove all of the items from the Git Index (not from the working directory or local repo), and then updates the Git Index, while respecting git ignores. PS. Index = Cache

First:

git rm -r --cached . 
git add .

Then:

git commit -m "Remove ignored files"
once you get the .gitignore file in place, you have to... #### Remove Stuff that should ignored. The series of commands below will remove all of the items from the Git Index (not from the working directory or local repo), and then updates the Git Index, while respecting git ignores. PS. Index = Cache First: ``` git rm -r --cached . git add . ``` Then: ``` git commit -m "Remove ignored files" ```
O merge deste pull request pode ser aplicado automaticamente.
Faça login para participar desta conversação.
Sem etiqueta
Sem Marco
Não atribuída
3 participante(s)
Carregando...
Cancelar
Salvar
Ainda não há conteúdo.