.gitignore 620 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. /www
  3. /android
  4. /www
  5. /androidionic cap run android --project=app-angular
  6. # Compiled output
  7. /dist
  8. /tmp
  9. /out-tsc
  10. /bazel-out
  11. # Node
  12. /node_modules
  13. npm-debug.log
  14. yarn-error.log
  15. # IDEs and editors
  16. .idea/
  17. .project
  18. .classpath
  19. .c9/
  20. *.launch
  21. .settings/
  22. *.sublime-workspace
  23. # Visual Studio Code
  24. .vscode/*
  25. !.vscode/settings.json
  26. !.vscode/tasks.json
  27. !.vscode/launch.json
  28. !.vscode/extensions.json
  29. .history/*
  30. # Miscellaneous
  31. /.angular/cache
  32. .sass-cache/
  33. /connect.lock
  34. /coverage
  35. /libpeerconnection.log
  36. testem.log
  37. /typings
  38. # System files
  39. .DS_Store
  40. Thumbs.db