Skip to content

Commit

Permalink
add gitigore rebar.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed Aug 11, 2021
1 parent 52ce4d6 commit 7c7eb1d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ dist.zip
scripts/git-token
etc/*.seg
_upgrade_base/

rebar.conf
rebar.conf.erl
49 changes: 49 additions & 0 deletions .gitignore~
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.eunit
test-data/
!deps/.placeholder
_build/
www/
*.o
*.plt
*.iml
*.iws
erl_crash.dump
!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/
.rebar3
rebar3.crashdump
.DS_Store
etc/gen.emqx.conf
compile_commands.json
xrefr
*.coverdata
etc/emqx.conf.rendered
Mnesia.*/
*.DS_Store
_checkouts
rebar.config.rendered
/rebar3
rebar.lock
.stamp
tmp/
_packages
elvis
emqx_dialyzer_*_plt
*/emqx_dashboard/priv/www
dist.zip
scripts/git-token
etc/*.seg
_upgrade_base/

0 comments on commit 7c7eb1d

Please sign in to comment.