Skip to content

Commit

Permalink
feat: add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jul 31, 2023
1 parent b6ad2ee commit abea891
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin
rel/example_project
.concrete/DEV_MODE
.rebar
.erlang.mk/
data/
emqx_plugin_template.d
.DS_Store
erlang.mk
_build/
rebar.lock
test/ct.cover.spec
.rebar3
/.idea/
rebar3.crashdump
rebar3
1 change: 1 addition & 0 deletions emqx-plugin.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{file, "erlang_ls.config", "{{name}}/erlang_ls.config"}.
{file, "get-rebar3", "{{name}}/get-rebar3"}.
{file, "priv/config.hocon", "{{name}}/priv/config.hocon"}.
{file, ".gitignore.template", ".gitignore"}.
{chmod, "{{name}}/get-rebar3", 8#755}.
{template, "README_template.md", "{{name}}/README.md"}.
{template, "rebar_template.config", "{{name}}/rebar.config"}.
Expand Down

0 comments on commit abea891

Please sign in to comment.