From c24c1923db82ab68d775dc7554c2fbfa501a898a Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Wed, 8 Apr 2020 12:41:42 +0200 Subject: [PATCH] Ignore Compile-Cache Signed-off-by: Jonas Rittershofer --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 960b995..edfd906 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ cypress/snapshots # Compiled files js/ + +# Compile-Cache +v8-compile-cache-0/ \ No newline at end of file