Add config
This commit is contained in:
parent
dd0572549e
commit
25f16474d0
2 changed files with 11 additions and 0 deletions
6
exclude.conf
Normal file
6
exclude.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*/node_modules
|
||||
*/.env
|
||||
*/.dev.env
|
||||
*/__pycache__
|
||||
*/.venv
|
||||
/snapshot
|
||||
5
ssh_config
Normal file
5
ssh_config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Host *
|
||||
StrictHostKeyChecking no
|
||||
IdentityFile /id_rsa
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue