We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2778774 commit cb15446Copy full SHA for cb15446
.gitignore
@@ -9,11 +9,20 @@ dist/
9
build/
10
*.tsbuildinfo
11
12
+# Documentation
13
+docs/
14
+
15
# Environment variables
16
.env
17
.env.local
18
.env.*.local
19
20
+# Sensitive data
21
+.keys/
22
+*.key
23
+*.pem
24
+*.secret
25
26
# IDE and editor files
27
.idea/
28
.vscode/
.keys/jwt_secret
.keys/nostr_private_key
0 commit comments