From 09207bd806d3544b532eec07346471076faa1c12 Mon Sep 17 00:00:00 2001 From: officereso Date: Tue, 16 Jan 2024 15:46:23 -0600 Subject: [PATCH] Initial --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..427305a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Include your project-specific ignores in this file +# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files +# Useful .gitignore templates: https://github.com/github/gitignore +node_modules +dist +.cache \ No newline at end of file