.gitignore 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .eunit
  2. *.conf.all
  3. test-data/
  4. deps
  5. !deps/.placeholder
  6. *.o
  7. *.beam
  8. *.plt
  9. *.example
  10. erl_crash.dump
  11. ebin
  12. !ebin/.placeholder
  13. .concrete/DEV_MODE
  14. .rebar
  15. test/ebin/*.beam
  16. .exrc
  17. plugins/*/ebin
  18. *.swp
  19. *.so
  20. .erlang.mk/
  21. cover/
  22. eunit.coverdata
  23. test/ct.cover.spec
  24. ct.coverdata
  25. .idea/
  26. _build
  27. .rebar3
  28. rebar3.crashdump
  29. .DS_Store
  30. etc/gen.emqx.conf
  31. compile_commands.json
  32. cuttlefish
  33. xrefr
  34. *.coverdata
  35. Mnesia.*/
  36. *.DS_Store
  37. _checkouts
  38. rebar.config.rendered
  39. /rebar3
  40. rebar.lock
  41. .stamp
  42. tmp/
  43. _packages
  44. elvis
  45. emqx_dialyzer_*_plt
  46. */emqx_dashboard/priv/www
  47. */emqx_dashboard/priv/i18n.conf
  48. dist.zip
  49. scripts/git-token
  50. apps/*/etc/*.all
  51. _upgrade_base/
  52. TAGS
  53. erlang_ls.config
  54. .els_cache/
  55. # VSCode files
  56. .vs/
  57. .vscode/
  58. # Emacs Backup files
  59. *~
  60. # Emacs temporary files
  61. .#*
  62. *#
  63. # For direnv
  64. .envrc
  65. # elixir
  66. mix.lock
  67. apps/emqx/test/emqx_static_checks_data/master.bpapi
  68. # rendered configurations
  69. *.conf.rendered
  70. lux_logs/
  71. .ci/docker-compose-file/redis/*.log