This commit is contained in:
f 2022-06-11 13:59:33 -03:00
parent 35262bd129
commit 74dcb2cdec
41 changed files with 117 additions and 206 deletions

6
.gitattributes vendored
View file

@ -1,10 +1,10 @@
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
# Mark the database schema as having been generated.
db/schema.rb linguist-generated
# Mark the yarn lockfile as having been generated.
yarn.lock linguist-generated
# Mark any vendored files as having been vendored.
vendor/* linguist-vendored
public/** filter=lfs diff=lfs merge=lfs -text
public/assets/** filter=lfs diff=lfs merge=lfs -text
public/packs/** filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored
View file

@ -19,13 +19,11 @@
!/tmp/pids/.keep
/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
/public/packs
/public/packs-test
/node_modules
/yarn-error.log

BIN
public/404.html (Stored with Git LFS)

Binary file not shown.

BIN
public/422.html (Stored with Git LFS)

Binary file not shown.

BIN
public/500.html (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js.br (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js.map (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js.map.br (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/js/application-d5a5aca37e5fae8b2fe3.js.map.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/manifest.json (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/manifest.json.br (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/packs/manifest.json.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/robots.txt (Stored with Git LFS)

Binary file not shown.