Update worshipController.js to enhance worship data parsing and conflict resolution. Introduce unparsedText for better tracking of source data. Modify date handling functions for improved accuracy in event filtering. Update .gitignore to exclude generated frontend artifacts, including index.html and assets directory, to streamline deployment.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 6s
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 6s
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -29,6 +29,8 @@ server.cert
|
||||
public/images/uploads/1ba24ea7-f52c-4179-896f-1909269cab58.jpg
|
||||
|
||||
# Vue Build-Artefakte (werden beim Deploy generiert)
|
||||
/public/index.html
|
||||
/public/assets/
|
||||
public/js/
|
||||
public/css/
|
||||
public/**/*.map
|
||||
|
||||
Reference in New Issue
Block a user