diff --git a/.gitignore b/.gitignore index 82006366..48a07ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -259,10 +259,3 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc - -# NodeJS -node_modules/ - -# html -/html/dist/ -/html/mix-manifest.json diff --git a/html/.gitignore b/html/.gitignore new file mode 100644 index 00000000..04e68faf --- /dev/null +++ b/html/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +dist/ +/mix-manifest.json