Guest User

Untitled

a guest
Jan 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. └── storage
  2. ├── .gitignore
  3. ├── public
  4. │   ├── .gitignore
  5. │   ├── logo
  6. │   │   ├── .gitignore
  7. │   │   └── logo.txt
  8. │   └── public.txt
  9. └── storage.txt
  10.  
  11. *
  12. !/public/
  13. !.gitignore
  14.  
  15. *
  16. !/logo/
  17. !.gitignore
  18.  
  19. *
  20. !.gitignore
  21.  
  22. git status
  23.  
  24. git status --ignored
Add Comment
Please, Sign In to add comment