From 15c11123486bd1a78d2122155b79e4f8d261df01 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 14 Jul 2024 18:28:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Add=20cytoscape.min.js=20in=20do?= =?UTF-8?q?cs=20folder=20to=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevents accidental commits of a generated file leading to merge conflicts. I also simplifies pruning by using 'git clean -dfX' --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 66dc5787d1..1db90d6e24 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ build/** documentation/slimerjs-*/** documentation/api/** documentation/download/*.zip +documentation/js/cytoscape.min.js benchmark/suite/cytoscape.js