Merge branch 'master' into 1682-new-design-for-the-login-and-registration-area

This commit is contained in:
Alexander Friedland 2022-05-02 17:30:27 +02:00 committed by GitHub
commit f0100831e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ package-lock.json
/deployment/bare_metal/nginx/update-page/updating.html
/deployment/bare_metal/log
/deployment/bare_metal/backup
/.nvmrc

3
admin/.gitignore vendored
View File

@ -9,4 +9,5 @@ dist/
coverage/
# emacs
*~
*~
/.nvmrc

3
backend/.gitignore vendored
View File

@ -5,4 +5,5 @@
package-json.lock
coverage
# emacs
*~
*~
/.nvmrc

3
database/.gitignore vendored
View File

@ -24,4 +24,5 @@ package-lock.json
coverage/
*~
*~
/.nvmrc

3
frontend/.gitignore vendored
View File

@ -23,4 +23,5 @@ package-lock.json
coverage/
*~
*~
/.nvmrc