fix: correct .gitignore to not ignore source db directory
This commit is contained in:
+3
-2
@@ -64,8 +64,9 @@ Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
# Application specific
|
||||
db/
|
||||
logs/
|
||||
# Database files (local development databases)
|
||||
/db/
|
||||
/logs/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
Reference in New Issue
Block a user