From bfdceb4a1f7dea691caedfa7a2b9cd7860f21210 Mon Sep 17 00:00:00 2001 From: tykayn <15d65f2f-0b14-4f70-bf34-e130180ed62b@users.tedomum.net> Date: Mon, 26 Oct 2020 09:47:44 +0100 Subject: [PATCH] add ignore for node modules --- .gitignore | 2 ++ yarn.lock | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index c3b28d9..2614f44 100755 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ public/styles.css .phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### + +node_modules diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +