diff --git a/exclude.conf b/exclude.conf new file mode 100644 index 0000000..ea5c11f --- /dev/null +++ b/exclude.conf @@ -0,0 +1,6 @@ +*/node_modules +*/.env +*/.dev.env +*/__pycache__ +*/.venv +/snapshot diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..faad7a0 --- /dev/null +++ b/ssh_config @@ -0,0 +1,5 @@ +Host * + StrictHostKeyChecking no + IdentityFile /id_rsa + ServerAliveInterval 30 + ServerAliveCountMax 3