Add config

This commit is contained in:
Andras Schmelczer 2024-05-30 20:25:26 +01:00
parent dd0572549e
commit 25f16474d0
2 changed files with 11 additions and 0 deletions

6
exclude.conf Normal file
View file

@ -0,0 +1,6 @@
*/node_modules
*/.env
*/.dev.env
*/__pycache__
*/.venv
/snapshot

5
ssh_config Normal file
View file

@ -0,0 +1,5 @@
Host *
StrictHostKeyChecking no
IdentityFile /id_rsa
ServerAliveInterval 30
ServerAliveCountMax 3