Skip to content

Commit

Permalink
chore: Add cert and data directories
Browse files Browse the repository at this point in the history
  • Loading branch information
oluijks committed Dec 8, 2024
1 parent 213d952 commit 0cc272f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ vite.config.ts.timestamp-*

# SQLite
*.db

# Certs
*.pem
4 changes: 4 additions & 0 deletions cert/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit 0cc272f

Please sign in to comment.