Browse Source

Refactoring

pull/2545/head
Thomas 2 years ago
parent
commit
1da96f0760
  1. 3
      .gitignore
  2. 3
      .prettierignore
  3. 3659
      yarn.lock

3
.gitignore

@ -27,6 +27,7 @@
/.angular/cache /.angular/cache
.env .env
.env.prod .env.prod
.nx/cache
/.sass-cache /.sass-cache
/connect.lock /connect.lock
/coverage /coverage
@ -40,5 +41,3 @@ yarn-error.log
# System Files # System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.nx/cache

3
.prettierignore

@ -1,4 +1,3 @@
/.nx/cache
/dist /dist
/test/import /test/import
/.nx/cache

3659
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save