Skip to content

Commit 233cf9b

Browse files
committed
Add empty db directory in vcs
1 parent 5e7cfbd commit 233cf9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ wireguard-ui
1515
# Dependency directories (remove the comment below to include it)
1616
vendor/
1717
assets/
18-
db/
1918

2019

db/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore
5+

0 commit comments

Comments
 (0)