.gitignore 676 B

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