| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .eunit
- *.conf.all
- test-data/
- deps
- !deps/.placeholder
- *.o
- *.beam
- *.plt
- *.example
- erl_crash.dump
- ebin
- !ebin/.placeholder
- .concrete/DEV_MODE
- .rebar
- test/ebin/*.beam
- .exrc
- plugins/*/ebin
- *.swp
- *.so
- .erlang.mk/
- cover/
- eunit.coverdata
- test/ct.cover.spec
- ct.coverdata
- .idea/
- _build
- .rebar3
- rebar3.crashdump
- .DS_Store
- etc/gen.emqx.conf
- compile_commands.json
- cuttlefish
- xrefr
- *.coverdata
- Mnesia.*/
- *.DS_Store
- _checkouts
- rebar.config.rendered
- /rebar3
- rebar.lock
- .stamp
- tmp/
- _packages
- elvis
- emqx_dialyzer_*_plt
- */emqx_dashboard/priv/www
- */emqx_dashboard/priv/i18n.conf
- dist.zip
- scripts/git-token
- apps/*/etc/*.all
- _upgrade_base/
- TAGS
- erlang_ls.config
- .els_cache/
- # VSCode files
- .vs/
- .vscode/
- # Emacs Backup files
- *~
- # Emacs temporary files
- .#*
- *#
- # For direnv
- .envrc
- # elixir
- mix.lock
- apps/emqx/test/emqx_static_checks_data/master.bpapi
- # rendered configurations
- *.conf.rendered
- lux_logs/
- .ci/docker-compose-file/redis/*.log
|