diff --git a/.gitignore b/.gitignore index f26da6724..702d69d74 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,3 @@ VERSION # Allow !*.dll -# Frontend -node_modules -/frontend/dist -/frontend/*.local -/frontend/build diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 000000000..d6633a06d --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,4 @@ +node_modules +dist +*.local +build