From 1b6cefe91e121c11c3194c724d980b6c8134a13a Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 25 May 2025 14:47:52 -0500 Subject: init --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7194ea7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache +build -- cgit