From 24639437bb8e0fbdc84019cacbb1493a48d827f2 Mon Sep 17 00:00:00 2001 From: notashelf Date: Mon, 4 Apr 2022 20:07:14 +0300 Subject: [PATCH] cool kids use yarn --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6968ae..3b06183 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ lib-cov *.pid *.gz *.swp +assets/ pids logs @@ -14,7 +15,7 @@ results tmp # Constants -src/CONSTANTS.ts +src/constants.ts # Dependency directory node_modules @@ -26,4 +27,5 @@ Thumbs.db # Ignore built files dist/**/* -package-lock.json \ No newline at end of file +package-lock.json +yarn.lock \ No newline at end of file