From af3da89ccce5037dfc608142687edf8107a0ec52 Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 31 Mar 2021 12:56:06 +0900 Subject: [PATCH] .gitignore --- .gitignore | 7 ------- html/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 html/.gitignore 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