From 9ef0665b30726c9564042c612ea3ebcb08d3d627 Mon Sep 17 00:00:00 2001 From: Emmanuel Hernandez Cruz Date: Tue, 17 Feb 2026 10:34:30 -0600 Subject: [PATCH] Initial commit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1206a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# --- Ignition repo ignore --- +# Ignore system files and temps +*.idb +*.lck +*.DB +logs/ +temp/ +db/ +cache/ + +# Allow backups and design resources +!*.gwbk +!projects/ +!themes/ + +# Ignore local VS Code and Docker files not needed in AWS +.vscode/ +.DS_Store/ +