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