We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4480a commit 1bb8472Copy full SHA for 1bb8472
.gitignore
@@ -20,5 +20,9 @@ target/
20
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21
#.idea/
22
23
+# Do NOT store *.key or *.crt files in the repository.
24
+# Adding this to .gitignore prevents accidental commits of sensitive private keys or certificates.
25
*.key
-*.crt
26
+*.crt
27
+
28
+microk8s_setup_and_ai_interaction_command_line_instructions.md
0 commit comments