commit 9ef0665b30726c9564042c612ea3ebcb08d3d627 Author: Emmanuel Hernandez Cruz Date: Tue Feb 17 10:34:30 2026 -0600 Initial commit 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/ +