Skip to content

Commit

Permalink
update dep. versions and various things (#258)
Browse files Browse the repository at this point in the history
* fix: update dep. versions, rename _mixins, improve layout of search and import

* fix: tests

* fix: layout
  • Loading branch information
HenryT-CG authored Sep 26, 2024
1 parent 3c7cb34 commit 840d7bd
Show file tree
Hide file tree
Showing 21 changed files with 11,205 additions and 16,616 deletions.
18 changes: 5 additions & 13 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,18 @@ speed-measure-plugin*.json
.idea
.project
.classpath
.c9/
.history
.settings
.vscode
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
.angular
.eslintcache
.husky/_
.sass-cache
.gitlab*
.scannerwork
.husky/_
.gitlab*
connect.lock
typings
*.log
Expand Down
18 changes: 5 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,18 @@ speed-measure-plugin*.json
.idea
.project
.classpath
.c9/
.history
.settings
.vscode
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
.angular
.eslintcache
.husky/_
.sass-cache
.gitlab*
.scannerwork
.husky/_
.gitlab*
connect.lock
typings
*.log
Expand Down
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
.docusaurus/
.github/**
.scannerwork/
.dockerignore
.prettierignore
.browserslistrc
.eslintcache
dist/**
helm/**
nginx/**
reports/**
node_modules
LICENSE
CHANGELOG.md
README.md
Dockerfile
*.log
*.sh
src/app/shared/generated/**
src/app/api/*
src/app/model/*
src/assets/api
1 change: 0 additions & 1 deletion .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 840d7bd

Please sign in to comment.