-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
28 lines (23 loc) · 882 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
**/*.pyc
helm/nautilus-sftp-gateway/secrets/*
helm/nautilus-sftp-gateway/values.yaml
helm/nautilus-sftp-gateway/values/*
credentials/*
!credentials/example/internal/ssh-host-dsa-key
!credentials/example/internal/ssh-host-dsa-key.pub
!credentials/example/internal/ssh-host-edcsa-key
!credentials/example/internal/ssh-host-edcsa-key.pub
!credentials/example/internal/ssh-host-ed25519-key
!credentials/example/internal/ssh-host-ed25519-key.pub
!credentials/example/internal/ssh-host-rsa-key
!credentials/example/internal/ssh-host-rsa-key.pub
!credentials/example/users/fake-sftp-user/aws/000000000000.csv
!credentials/example/users/fake-sftp-user/google/fake-project.json
!credentials/example/users/fake-sftp-user/password
!credentials/example/users/fake-sftp-user/rsa-key
!credentials/example/users/fake-sftp-user/rsa-key.pub
config/*
!config/example.yaml
.vscode
.DS_Store
data/