Advertisement
Guest User

git status --ignored

a guest
Aug 17th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. E:\informacion proyectos\VortalMobile>git status --ignored
  2. On branch master
  3. Your branch is up-to-date with 'origin/master'.
  4. Changes not staged for commit:
  5. (use "git add <file>..." to update what will be committed)
  6. (use "git checkout -- <file>..." to discard changes in working directory)
  7.  
  8. modified: .brackets.json
  9. modified: www/App/estudiante/calendarioestu.js
  10. modified: www/App/estudiante/calificaciones.js
  11. modified: www/App/estudiante/horarioestu.js
  12. modified: www/App/estudiante/perfilestu.js
  13. modified: www/App/historial.js
  14. modified: www/App/loading.js
  15. modified: www/App/login.js
  16. modified: www/App/oficinas.js
  17. modified: www/App/profesor/calendarioprof.js
  18. modified: www/App/profesor/grupos.js
  19. modified: www/App/profesor/horarioprof.js
  20. modified: www/App/profesor/perfilprof.js
  21. modified: www/App/salirApp.js
  22. modified: www/index.html
  23. modified: www/js/app.js
  24.  
  25. Untracked files:
  26. (use "git add <file>..." to include in what will be committed)
  27.  
  28. ionic.config.json
  29. www/Templates/exitLoading.html
  30.  
  31. Ignored files:
  32. (use "git add -f <file>..." to include in what will be committed)
  33.  
  34. .vscode/typings/cordova-ionic/
  35. .vscode/typings/cordova/plugins/
  36. platforms/
  37. plugins/
  38.  
  39. no changes added to commit (use "git add" and/or "git commit -a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement