Initialize project directory structure

This commit is contained in:
Ramon Caballero 2026-04-09 12:48:56 +01:00
commit 8ab07c1716
11 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# macOS Finder files:
/.DS_Store
# Runtime / writable directories:
var/

0
bin/.gitkeep Normal file
View File

0
config/.gitkeep Normal file
View File

0
docs/.gitkeep Normal file
View File

0
public/css/.gitkeep Normal file
View File

0
public/icons/.gitkeep Normal file
View File

0
public/js/.gitkeep Normal file
View File

0
src/.gitkeep Normal file
View File

0
templates/.gitkeep Normal file
View File

0
tests/.gitkeep Normal file
View File

0
translations/.gitkeep Normal file
View File