From cca4229a8c784aa256fefa987bc443c926e02c39 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Fri, 24 Apr 2026 17:44:33 -0500 Subject: [PATCH] Added .gitignore file --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ba5e9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +opt/ + +# dotenv environment variable files +.env/ + +# parcel-bundler cache (https://parceljs.org/) +.cache/ +.temp/ +.parcel-cache