From ee3e4c1fc2476f988c7616df83cb5ae86ae0e8ed Mon Sep 17 00:00:00 2001 From: libexi01 Date: Sun, 30 Jun 2024 01:24:12 +0530 Subject: [PATCH] 23 --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..138fdc5 --- /dev/null +++ b/.gitignore @@ -0,0 +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 +.idea/ +.vscode/ +*.iml + +# ENV +.env + +# vweb and database +*.db +*.js