diff --git a/.gitignore b/.gitignore index 397739c..e919310 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,15 @@ -.env - /public-jwks /go-mockid +# ---> Security +.env + +# ---> Vim +.*.sw* + +# ---> Node +node_modules + # ---> Go # Binaries for programs and plugins *.exe diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..48b8bf9 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +vendor/