From 79a6df9bcff8a6ea47c115f4e3c60d01d1dfa7b5 Mon Sep 17 00:00:00 2001 From: libexi01 Date: Sat, 3 Aug 2024 11:41:45 +0530 Subject: [PATCH] 38 --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 22c82cc..138fdc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,24 @@ +# Binaries for programs and plugins +main +v5 +*.exe +*.exe~ +*.so +*.dylib +*.dll + +# Ignore binary output folders +bin/ + +# Ignore common editor/system specific metadata .DS_Store -src/.DS_Store \ No newline at end of file +.idea/ +.vscode/ +*.iml + +# ENV +.env + +# vweb and database +*.db +*.js