guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ricardo Wurmus
Date: Tue, 13 Feb 2024 11:57:26 -0500 (EST)

branch: wip-js+css
commit a474e027eddf9bd14a86960dee2da144fc2b4c7a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 13 16:54:36 2024 +0100

    Ignore generated minified JavaScript files.
    
    * .gitignore: Ignore minified versions of choices and d3.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5738012..1a4ef03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,9 @@
 /doc/version.texi
 /etc/cuirass-remote-worker.service
 /src/cuirass/config.scm
+/src/static/js/choices.min.js
 /src/static/js/datatables.min.js
+/src/static/js/d3.v6.min.js
 /tests/cache
 Makefile
 Makefile.in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]