Skip to content

Commit 49c0755

Browse files
authored
Ignore keys and other secrets (FlowiseAI#2409)
1 parent b482927 commit 49c0755

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,60 @@
4444

4545
## compressed
4646
**/*.tgz
47+
48+
## vscode
49+
.vscode/*
50+
!.vscode/settings.json
51+
!.vscode/tasks.json
52+
!.vscode/launch.json
53+
!.vscode/extensions.json
54+
!.vscode/*.code-snippets
55+
56+
# Local History for Visual Studio Code
57+
.history/
58+
59+
## other keys
60+
*.key
61+
*.keys
62+
*.priv
63+
*.rsa
64+
*.key.json
65+
66+
## ssh keys
67+
*.ssh
68+
*.ssh-key
69+
.key-mrc
70+
71+
## Certificate Authority
72+
*.ca
73+
74+
## Certificate
75+
*.crt
76+
77+
## Certificate Sign Request
78+
*.csr
79+
80+
## Certificate
81+
*.der
82+
83+
## Key database file
84+
*.kdb
85+
86+
## OSCP request data
87+
*.org
88+
89+
## PKCS #12
90+
*.p12
91+
92+
## PEM-encoded certificate data
93+
*.pem
94+
95+
## Random number seed
96+
*.rnd
97+
98+
## SSLeay data
99+
*.ssleay
100+
101+
## S/MIME message
102+
*.smime
103+
*.vsix

0 commit comments

Comments
 (0)