simple page with news from all around the globe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
662B

  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. /src/environments/.api-key.ts
  3. # compiled output
  4. /dist
  5. /tmp
  6. /out-tsc
  7. # Only exists if Bazel was run
  8. /bazel-out
  9. # dependencies
  10. /node_modules
  11. # profiling files
  12. chrome-profiler-events*.json
  13. speed-measure-plugin*.json
  14. # IDEs and editors
  15. /.idea
  16. .project
  17. .classpath
  18. .c9/
  19. *.launch
  20. .settings/
  21. *.sublime-workspace
  22. # IDE - VSCode
  23. .vscode/*
  24. !.vscode/settings.json
  25. !.vscode/tasks.json
  26. !.vscode/launch.json
  27. !.vscode/extensions.json
  28. .history/*
  29. # misc
  30. /.sass-cache
  31. /connect.lock
  32. /coverage
  33. /libpeerconnection.log
  34. npm-debug.log
  35. yarn-error.log
  36. testem.log
  37. /typings
  38. # System Files
  39. .DS_Store
  40. Thumbs.db