updating gitignore to ignore secrets and any nodemodules dir
This commit is contained in:
parent
cac4f8cedf
commit
81c8cb4927
|
@ -11,4 +11,5 @@
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
/benchmark-out
|
/benchmark-out
|
||||||
/node_modules
|
**/node_modules
|
||||||
|
.secrets
|
Loading…
Reference in New Issue