Guest User

Untitled

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Ignore everything
  2. /*
  3. /*/
  4.  
  5. # Inverse ignore some stuff
  6. !/Assets/
  7. !/ProjectSettings/
  8. !.gitignore
  9. !.gitattributes
  10.  
  11. # OS Stuff
  12. .DS_Store
  13. ._*
  14. .Spotlight-V100
  15. .Trashes
  16. ehthumbs.db
  17. Thumbs.db
  18. $RECYCLE.BIN/
  19. Desktop.ini
  20. # yolo
Add Comment
Please, Sign In to add comment