Guest User

Untitled

a guest
Jan 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #System Files
  2. *~
  3. .DS_Store
  4. Thumbs.db
  5.  
  6. # NodeJS
  7. npm-debug.log
  8. node_modules/
  9. bower_components/
  10.  
  11. # IDE
  12. *.iml
  13. *.iws
  14. .idea/
  15. .vscode/
  16. .project
  17. .classpath
  18. .c9/
  19. *.launch
  20. .settings/
  21.  
  22. # Vagrant
  23. .vagrant/
  24.  
  25. # Ansible
  26. *.retry
  27.  
  28. # Yarn
  29. yarn.lock
Add Comment
Please, Sign In to add comment