Add directory structure with .gitkeep files
- Add .gitkeep files to ensure all essential directories are tracked by git - Update .gitignore to allow .gitkeep files in logs/ and docs/generated/ - Preserve directory structure for Ralph project template system - Directories added: src/, examples/, specs/stdlib/, templates/specs/, logs/, docs/generated/ This ensures the complete Ralph project structure is available when cloning the repository, even before any actual project files are created.
This commit is contained in:
parent
3ad4d95961
commit
907f36c820
7 changed files with 18 additions and 2 deletions
2
templates/specs/.gitkeep
Normal file
2
templates/specs/.gitkeep
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# This file ensures the templates/specs/ directory is tracked by git
|
||||
# Remove this file when you add actual template specification files
|
||||
Loading…
Add table
Add a link
Reference in a new issue