Skip to content

Commit

Permalink
feat: add storage and medias folders
Browse files Browse the repository at this point in the history
relates #88
  • Loading branch information
rancoud committed Sep 5, 2024
1 parent b217096 commit e88feef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ tests/tests.env.cache.php
.env.cache.php

# Storage
storage/
storage/*
!storage/.gitkeep
tests/storage_test/
docker-examples/storage/

# Medias
www/medias/avatars/
www/medias/blueprints/
www/medias/avatars/*
!www/medias/avatars/.gitkeep
www/medias/blueprints/*
!www/medias/blueprints/.gitkeep
tests/medias/
docker-examples/medias/

Expand Down
Empty file added storage/.gitkeep
Empty file.
Empty file added www/medias/avatars/.gitkeep
Empty file.
Empty file added www/medias/blueprints/.gitkeep
Empty file.

0 comments on commit e88feef

Please sign in to comment.