2021-05-14 07:28:48 +08:00
|
|
|
.eunit
|
2021-05-18 14:54:48 +08:00
|
|
|
test-data/
|
2022-01-07 16:30:56 +08:00
|
|
|
deps
|
2021-05-18 14:54:48 +08:00
|
|
|
!deps/.placeholder
|
2021-05-28 14:30:04 +08:00
|
|
|
_build/
|
2021-05-30 13:11:43 +08:00
|
|
|
www/
|
2021-05-14 07:28:48 +08:00
|
|
|
*.o
|
2022-01-07 16:30:56 +08:00
|
|
|
*.beam
|
2021-05-14 07:28:48 +08:00
|
|
|
*.plt
|
2021-05-28 11:01:03 +08:00
|
|
|
*.iml
|
|
|
|
*.iws
|
2021-05-14 07:28:48 +08:00
|
|
|
erl_crash.dump
|
2022-01-07 16:30:56 +08:00
|
|
|
ebin
|
2021-05-18 14:54:48 +08:00
|
|
|
!ebin/.placeholder
|
2021-05-14 07:28:48 +08:00
|
|
|
.concrete/DEV_MODE
|
|
|
|
.rebar
|
2021-05-18 14:54:48 +08:00
|
|
|
test/ebin/*.beam
|
|
|
|
.exrc
|
|
|
|
plugins/*/ebin
|
|
|
|
*.swp
|
|
|
|
*.so
|
2021-05-14 07:28:48 +08:00
|
|
|
.erlang.mk/
|
2021-05-18 14:54:48 +08:00
|
|
|
cover/
|
|
|
|
eunit.coverdata
|
|
|
|
test/ct.cover.spec
|
|
|
|
ct.coverdata
|
2021-05-14 07:28:48 +08:00
|
|
|
.idea/
|
2022-01-07 16:30:56 +08:00
|
|
|
_build
|
2021-05-18 14:54:48 +08:00
|
|
|
.rebar3
|
|
|
|
rebar3.crashdump
|
|
|
|
.DS_Store
|
|
|
|
etc/gen.emqx.conf
|
|
|
|
compile_commands.json
|
2022-01-07 16:30:56 +08:00
|
|
|
cuttlefish
|
2021-05-18 14:54:48 +08:00
|
|
|
xrefr
|
|
|
|
*.coverdata
|
|
|
|
etc/emqx.conf.rendered
|
|
|
|
Mnesia.*/
|
|
|
|
*.DS_Store
|
2021-05-14 07:28:48 +08:00
|
|
|
_checkouts
|
2022-01-04 14:03:13 +08:00
|
|
|
./rebar.config
|
|
|
|
./rebar.config.erl
|
2021-05-18 14:54:48 +08:00
|
|
|
rebar.config.rendered
|
|
|
|
/rebar3
|
|
|
|
rebar.lock
|
|
|
|
.stamp
|
|
|
|
tmp/
|
2021-05-14 07:28:48 +08:00
|
|
|
_packages
|
2021-05-18 14:54:48 +08:00
|
|
|
elvis
|
|
|
|
emqx_dialyzer_*_plt
|
|
|
|
*/emqx_dashboard/priv/www
|
|
|
|
dist.zip
|
|
|
|
scripts/git-token
|
|
|
|
etc/*.seg
|
|
|
|
_upgrade_base/
|
2021-09-04 16:01:50 +08:00
|
|
|
data/
|
2021-08-11 19:23:20 +08:00
|
|
|
ci.sh
|
2021-09-11 12:09:02 +08:00
|
|
|
*.ipr
|
2021-09-01 10:22:18 +08:00
|
|
|
node_modules/
|
2022-01-05 11:19:18 +08:00
|
|
|
apps/emqx_*
|
2021-09-13 15:38:05 +08:00
|
|
|
apps/dgiot_parse/etc/dgiot_parse.conf
|
2021-09-13 15:39:39 +08:00
|
|
|
apps/dgiot_jieshun/
|
|
|
|
apps/dgiot_mingcheng/
|
|
|
|
apps/dgiot_xinchuangwei/
|
2021-10-18 09:18:24 +08:00
|
|
|
apps/dgiot_esports/
|
2021-09-13 15:38:05 +08:00
|
|
|
apps/dgiot_http/etc/dgiot_http.conf
|
2022-01-07 16:33:39 +08:00
|
|
|
apps/emqx_*
|
2021-09-18 15:40:45 +08:00
|
|
|
node_modules/
|
|
|
|
package-lock.json
|
2022-01-07 16:30:56 +08:00
|
|
|
erlang_ls.config
|
|
|
|
.els_cache/
|
|
|
|
# VSCode files
|
|
|
|
.vs/
|
|
|
|
.vscode/
|
|
|
|
# Emacs Backup files
|
|
|
|
*~
|
|
|
|
# Emacs temporary files
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
# For direnv
|
|
|
|
.envrc
|