Advertisement
Guest User

Untitled

a guest
May 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # OS X
  2. .DS_Store*
  3. Icon?
  4. ._*
  5.  
  6. # Windows
  7. Thumbs.db
  8. ehthumbs.db
  9. Desktop.ini
  10.  
  11. # Linux
  12. .directory
  13. *~
  14.  
  15.  
  16. # npm
  17. node_modules
  18. package-lock.json
  19. *.log
  20. *.gz
  21.  
  22.  
  23. # Coveralls
  24. coverage
  25.  
  26. # Benchmarking
  27. benchmarks/graphs
  28. *.vscode
  29. *.theia
  30. *.code-workspace
  31. *.code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement