Git: Ignore copied CLI
This commit is contained in:
parent
c15b08b113
commit
ba19ba552b
|
@ -3,7 +3,12 @@
|
||||||
.*.sw?
|
.*.sw?
|
||||||
/.erlang.mk/
|
/.erlang.mk/
|
||||||
/deps/
|
/deps/
|
||||||
|
/escript/
|
||||||
|
/escript.lock
|
||||||
/plugins/
|
/plugins/
|
||||||
|
/plugins.lock
|
||||||
|
/sbin/
|
||||||
|
/sbin.lock
|
||||||
.envrc
|
.envrc
|
||||||
|
|
||||||
PACKAGES/
|
PACKAGES/
|
||||||
|
|
Loading…
Reference in New Issue