Skip to content

Commit

Permalink
Merge pull request #1 from davidbernard04/basic-member-progress
Browse files Browse the repository at this point in the history
Basic member progress. Still hardcoded for iPhone 7 screenshots.
  • Loading branch information
davidbernard04 authored Jan 25, 2022
2 parents 6f5f4d2 + b23c3f8 commit 8806fad
Show file tree
Hide file tree
Showing 19 changed files with 1,088 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
composer/vendor/
vagrant/.vagrant
src/writable/cache/twig/*
!src/writable/cache/twig/.htaccess
src/writable/database/*
!src/writable/database/.htaccess
src/writable/logs/*
!src/writable/logs/.htaccess
src/writable/uploads/*
!src/writable/uploads/.htaccess
7 changes: 7 additions & 0 deletions composer/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require": {
"thiagoalessio/tesseract_ocr": "^2.12",
"joserick/png-metadata": "^0.2.7",
"twig/twig": "^3.0"
}
}
368 changes: 368 additions & 0 deletions composer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8806fad

Please sign in to comment.