.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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/customDEV.ini
  45. /conf/provisioning/**/*.yaml
  46. /conf/provisioning/**/custom.yaml
  47. /conf/provisioning/**/dev.yaml
  48. /conf/ldap_dev.toml
  49. /conf/ldap_freeipa.toml
  50. profile.cov
  51. /grafana
  52. /local
  53. .notouch
  54. /Makefile.local
  55. /pkg/cmd/grafana-cli/grafana-cli
  56. /pkg/cmd/grafana-server/grafana-server
  57. /pkg/cmd/grafana-server/debug
  58. /pkg/extensions
  59. /public/app/extensions
  60. debug.test
  61. /examples/*/dist
  62. /packaging/**/*.rpm
  63. /packaging/**/*.deb
  64. /packaging/**/*.tar.gz
  65. # Ignore OSX indexing
  66. .DS_Store
  67. /vendor/**/*.py
  68. /vendor/**/*.xml
  69. /vendor/**/*.yml
  70. /vendor/**/*_test.go
  71. /vendor/**/.editorconfig
  72. *.orig
  73. /devenv/bulk-dashboards/*.json
  74. /devenv/bulk_alerting_dashboards/*.json
  75. /scripts/build/release_publisher/release_publisher
  76. *.patch
  77. # Ignoring frontend packages specifics
  78. /packages/**/dist
  79. /packages/**/compiled
  80. /packages/**/.rpt2_cache
  81. theOutput/
  82. # Ignore go local build dependencies
  83. /scripts/go/bin/**
  84. # Ignore compilation stats from `yarn stats`
  85. compilation-stats.json