Skip to content

Commit

Permalink
feat: manage duplicate preventions (#140)
Browse files Browse the repository at this point in the history
* feat: add duplicate prevention

* fix: aria lables

* fix: aria lables

* fix: tests
  • Loading branch information
HenryT-CG authored Jan 22, 2025
1 parent 650eaab commit a03d255
Show file tree
Hide file tree
Showing 23 changed files with 4,711 additions and 3,223 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copy of .gitignore AND removed "dist" directory
# Copy of .gitignore AND exclude "dist" directory

# compiled output
# dist
Expand Down Expand Up @@ -26,7 +26,6 @@ speed-measure-plugin*.json
.angular
.eslintcache
.sass-cache
.scannerwork
.husky/_
.gitlab*
connect.lock
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ reports
# dependencies
node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
.idea
.project
Expand All @@ -26,9 +22,7 @@ speed-measure-plugin*.json
.angular
.eslintcache
.sass-cache
.scannerwork
.husky/_
.gitlab*
connect.lock
typings
*.log
Expand Down
17 changes: 8 additions & 9 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
.angular/**
.husky/**
.angular
.husky
.docusaurus/
.github/**
.scannerwork/
.github
.dockerignore
.prettierignore
.browserslistrc
.eslintcache
dist/**
helm/**
nginx/**
reports/**
dist
helm
nginx
reports
node_modules
LICENSE
CHANGELOG.md
README.md
Dockerfile
*.log
*.sh
src/app/shared/generated/**
src/app/shared/generated
src/assets/api
Loading

0 comments on commit a03d255

Please sign in to comment.