.gitignore 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. dist.zip
  48. scripts/git-token
  49. apps/*/etc/*.all
  50. _upgrade_base/
  51. TAGS
  52. erlang_ls.config
  53. .els_cache/
  54. # VSCode files
  55. .vs/
  56. .vscode/
  57. # Emacs Backup files
  58. *~
  59. # Emacs temporary files
  60. .#*
  61. *#
  62. # For direnv
  63. .envrc
  64. # elixir
  65. mix.lock
  66. apps/emqx/test/emqx_static_checks_data/
  67. # rendered configurations
  68. *.conf.rendered