Skip to content

Commit 24c0187

Browse files
committed
Created root/.ssh/ directory with .gitignore file
1 parent 2fa5047 commit 24c0187

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
# Configuration
88
etc/ssh/*
99
!etc/ssh/sshd_config
10-
root/.ssh

root/.ssh/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore all files except `.gitignore`
2+
*
3+
!.gitignore

0 commit comments

Comments
 (0)