Skip to content

Commit 1bb8472

Browse files
Add MicroK8s setup and AI command line instructions to .gitignore (#23) (#24)
1 parent bb4480a commit 1bb8472

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ target/
2020
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121
#.idea/
2222

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.
2325
*.key
24-
*.crt
26+
*.crt
27+
28+
microk8s_setup_and_ai_interaction_command_line_instructions.md

0 commit comments

Comments
 (0)