.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. node_modules
  2. npm-debug.log
  3. yarn-error.log
  4. coverage/
  5. .aws-config.json
  6. awsconfig
  7. /.awcache
  8. /dist
  9. /public/build
  10. /public/views/index.html
  11. /public/views/error.html
  12. /emails/dist
  13. # Enterprise emails
  14. /emails/templates/enterprise_*
  15. /public/emails/enterprise_*
  16. /public_gen
  17. /public/vendor/npm
  18. /tmp
  19. tools/phantomjs/phantomjs
  20. tools/phantomjs/phantomjs.exe
  21. profile.out
  22. coverage.txt
  23. docs/AWS_S3_BUCKET
  24. docs/GIT_BRANCH
  25. docs/GITCOMMIT
  26. docs/changed-files
  27. # locally required config files
  28. public/css/*.min.css
  29. # Editor junk
  30. *.sublime-workspace
  31. *.swp
  32. .idea/
  33. *.iml
  34. *.tmp
  35. .DS_Store
  36. .vscode/
  37. .vs/
  38. /data/*
  39. /bin/*
  40. # devenv
  41. /devenv/docker-compose.yaml
  42. /devenv/.env
  43. conf/custom.ini
  44. /conf/provisioning/**/custom.yaml
  45. /conf/provisioning/**/dev.yaml
  46. /conf/ldap_dev.toml
  47. /conf/ldap_freeipa.toml
  48. profile.cov
  49. /grafana
  50. /local
  51. .notouch
  52. /Makefile.local
  53. /pkg/cmd/grafana-cli/grafana-cli
  54. /pkg/cmd/grafana-server/grafana-server
  55. /pkg/cmd/grafana-server/debug
  56. /pkg/extensions
  57. /public/app/extensions
  58. debug.test
  59. /examples/*/dist
  60. /packaging/**/*.rpm
  61. /packaging/**/*.deb
  62. /packaging/**/*.tar.gz
  63. # Ignore OSX indexing
  64. .DS_Store
  65. /vendor/**/*.py
  66. /vendor/**/*.xml
  67. /vendor/**/*.yml
  68. /vendor/**/*_test.go
  69. /vendor/**/.editorconfig
  70. *.orig
  71. /devenv/bulk-dashboards/*.json
  72. /devenv/bulk_alerting_dashboards/*.json
  73. /scripts/build/release_publisher/release_publisher
  74. *.patch
  75. # Ignoring frontend packages specifics
  76. /packages/**/dist
  77. /packages/**/compiled
  78. /packages/**/.rpt2_cache
  79. theOutput/
  80. # Ignore go local build dependencies
  81. /scripts/go/bin/**