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/ +