.gitignore 390 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #Directorios PR
  2. qa_test/
  3. video/
  4. webOld/
  5. webQA/
  6. ALP/
  7. ASW/
  8. .ftpquota
  9. .htaccess
  10. bibliovirtual/
  11. error_log
  12. # compiled output
  13. /tmp
  14. # IDEs and editors
  15. /.phpintel
  16. /.idea
  17. /.vscode
  18. .project
  19. .classpath
  20. .c9/
  21. *.launch
  22. .settings/
  23. *.sublime-workspace
  24. # misc
  25. /.sass-cache
  26. /connect.lock
  27. /coverage
  28. /libpeerconnection.log
  29. npm-debug.log
  30. yarn-error.log
  31. testem.log
  32. /typings
  33. # System Files
  34. .DS_Store
  35. Thumbs.db