Added justfile recipe file and the .gitignore

This commit is contained in:
Théophile Gervreau-Mercier
2026-01-26 20:02:00 +01:00
parent 14c82cfeed
commit 0d3fc3ab9a
2 changed files with 14 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
vendor/
compose.lock
### Data et Mémoire###
formulaire/data/yaml/*
formulaire/data/content/*
formulaire/data/cover/*
front-backend/data/yaml/*
front-backend/data/content/*
front-backend/data/cover/*

2
justfile Normal file
View File

@@ -0,0 +1,2 @@
sync:
rsync -vur --progress ./ posterg:/var/www/html/