Add empty content directory to Git
- Added content/.gitkeep to track empty content directory - Updated .gitignore to allow .gitkeep but ignore other content files - Ensures content/ directory is visible on Git server - Maintains security by ignoring actual content files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ Thumbs.db
|
||||
|
||||
# No content
|
||||
content/
|
||||
!content/.gitkeep
|
||||
|
||||
0
content/.gitkeep
Normal file
0
content/.gitkeep
Normal file
Reference in New Issue
Block a user