updating gitignore to ignore secrets and any nodemodules dir

This commit is contained in:
Adam Brown 2022-08-24 15:34:08 +01:00
parent cac4f8cedf
commit 81c8cb4927
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@
.cxx
local.properties
/benchmark-out
/node_modules
**/node_modules
.secrets