Advertisement
Guest User

Untitled

a guest
May 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # compiled output
  2. /dist
  3. /tmp
  4. /out-tsc
  5.  
  6. # dependencies
  7. /node_modules
  8.  
  9. # Environment Variables
  10. .env
  11.  
  12. # IDEs and editors
  13. /.idea
  14. .project
  15. .classpath
  16. .c9/
  17. *.launch
  18. .settings/
  19. *.sublime-workspace
  20. *.sublime-project
  21.  
  22. # IDE - VSCode
  23. .vscode/*
  24. !.vscode/settings.json
  25. !.vscode/tasks.json
  26. !.vscode/launch.json
  27. !.vscode/extensions.json
  28. .history/*
  29.  
  30. # Ionic
  31. .ionic/
  32. platforms/
  33. plugins/
  34. plugins/android.json
  35. plugins/ios.json
  36.  
  37. # misc
  38. /.sass-cache
  39. /connect.lock
  40. /coverage
  41. /libpeerconnection.log
  42. npm-debug.log
  43. yarn-error.log
  44. testem.log
  45. /typings
  46. *~
  47. *.sw[mnpcod]
  48. *.log
  49. *.tmp
  50. *.tmp.*
  51. log.txt
  52. .sourcemaps/
  53. .versions/
  54. temp/
  55. $RECYCLE.BIN/
  56. .DS_Store
  57. Thumbs.db
  58. UserInterfaceState.xcuserstate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement