Initial application generated by JHipster-5.8.2
This commit is contained in:
.editorconfig.gitattributes.gitignore.huskyrc.prettierignore.prettierrc.yo-rc.jsonREADME.mdangular.jsonbuild.gradlegradle.propertiestsconfig-aot.jsontsconfig.jsontslint.json
gradle
gradlewgradlew.batpackage-lock.jsonpackage.jsonpostcss.config.jsproxy.conf.jsonsettings.gradlesrc
main
docker
java
org
hostsharing
hsadminng
ApplicationWebXml.javaHsadminNgApp.java
aop
logging
config
ApplicationProperties.javaAsyncConfiguration.javaCacheConfiguration.javaCloudDatabaseConfiguration.javaConstants.javaDatabaseConfiguration.javaDateTimeFormatConfiguration.javaDefaultProfileUtil.javaJacksonConfiguration.javaLiquibaseConfiguration.javaLocaleConfiguration.javaLoggingAspectConfiguration.javaLoggingConfiguration.javaSecurityConfiguration.javaWebConfigurer.java
audit
package-info.javadomain
repository
AuthorityRepository.javaCustomAuditEventRepository.javaPersistenceAuditEventRepository.javaUserRepository.javapackage-info.java
security
AuthoritiesConstants.javaDomainUserDetailsService.javaSecurityUtils.javaSpringSecurityAuditorAware.javaUserNotActivatedException.java
jwt
package-info.javaservice
web
rest
AccountResource.javaAuditResource.javaLogsResource.javaUserJWTController.javaUserResource.java
errors
BadRequestAlertException.javaCustomParameterizedException.javaEmailAlreadyUsedException.javaEmailNotFoundException.javaErrorConstants.javaExceptionTranslator.javaFieldErrorVM.javaInternalServerErrorException.javaInvalidPasswordException.javaLoginAlreadyUsedException.javapackage-info.java
package-info.javautil
vm
jib
resources
.h2.server.propertiesbanner.txt
config
i18n
logback-spring.xmlswagger
templates
webapp
404.htmlvendor.tsfavicon.icoindex.htmlmanifest.webapprobots.txt
app
account
account.module.tsaccount.route.ts
activate
index.tspassword-reset
finish
password-reset-finish.component.htmlpassword-reset-finish.component.tspassword-reset-finish.route.tspassword-reset-finish.service.ts
init
password
password-strength-bar.component.tspassword-strength-bar.csspassword.component.htmlpassword.component.tspassword.route.tspassword.service.ts
register
settings
admin
admin.module.tsadmin.route.ts
app-routing.module.tsapp.constants.tsapp.main.tsapp.module.tsaudits
audit-data.model.tsaudit.model.tsaudits.component.htmlaudits.component.tsaudits.route.tsaudits.service.ts
configuration
configuration.component.htmlconfiguration.component.tsconfiguration.route.tsconfiguration.service.ts
docs
health
health-modal.component.htmlhealth-modal.component.tshealth.component.htmlhealth.component.tshealth.route.tshealth.service.ts
index.tslogs
metrics
user-management
user-management-delete-dialog.component.htmluser-management-delete-dialog.component.tsuser-management-detail.component.htmluser-management-detail.component.tsuser-management-update.component.htmluser-management-update.component.tsuser-management.component.htmluser-management.component.tsuser-management.route.ts
blocks
config
interceptor
core
auth
account.service.tsauth-jwt.service.tscsrf.service.tsstate-storage.service.tsuser-route-access-service.ts
core.module.tsindex.tslanguage
login
user
entities
home
layouts
polyfills.tsshared
alert
auth
constants
index.tslanguage
login
shared-common.module.tsshared-libs.module.tsshared.module.tsutil
content
css
images
jhipster_family_member_0.svgjhipster_family_member_0_head-192.pngjhipster_family_member_0_head-256.pngjhipster_family_member_0_head-384.pngjhipster_family_member_0_head-512.pngjhipster_family_member_1.svgjhipster_family_member_1_head-192.pngjhipster_family_member_1_head-256.pngjhipster_family_member_1_head-384.pngjhipster_family_member_1_head-512.pngjhipster_family_member_2.svgjhipster_family_member_2_head-192.pngjhipster_family_member_2_head-256.pngjhipster_family_member_2_head-384.pngjhipster_family_member_2_head-512.pngjhipster_family_member_3.svgjhipster_family_member_3_head-192.pngjhipster_family_member_3_head-256.pngjhipster_family_member_3_head-384.pngjhipster_family_member_3_head-512.pnglogo-jhipster.png
i18n
de
activate.jsonaudits.jsonconfiguration.jsonerror.jsonglobal.jsonhealth.jsonhome.jsonlogin.jsonlogs.jsonmetrics.jsonpassword.jsonregister.jsonreset.jsonsessions.jsonsettings.jsonuser-management.json
en
swagger-ui
test
features
java
org
hostsharing
hsadminng
config
cucumber
repository
security
service
web
javascript
jest-global-mocks.tsjest.conf.jsjest.ts
spec
app
account
activate
password-reset
password
register
settings
admin
audits
configuration
health
logs
metrics
user-management
core
shared
helpers
mock-account.service.tsmock-active-modal.service.tsmock-alert.service.tsmock-event-manager.service.tsmock-language.service.tsmock-login.service.tsmock-route.service.tsmock-state-storage.service.tsspyobject.ts
test.module.tsresources
webpack
x
148
.gitattributes
vendored
Normal file
148
.gitattributes
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
# This file is inspired by https://github.com/alexkaratarakis/gitattributes
|
||||
#
|
||||
# Auto detect text files and perform LF normalization
|
||||
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
||||
* text=auto
|
||||
|
||||
# The above will handle all files NOT found below
|
||||
# These files are text and should be normalized (Convert crlf => lf)
|
||||
|
||||
*.bat text eol=crlf
|
||||
*.coffee text
|
||||
*.css text
|
||||
*.cql text
|
||||
*.df text
|
||||
*.ejs text
|
||||
*.html text
|
||||
*.java text
|
||||
*.js text
|
||||
*.json text
|
||||
*.less text
|
||||
*.properties text
|
||||
*.sass text
|
||||
*.scss text
|
||||
*.sh text eol=lf
|
||||
*.sql text
|
||||
*.txt text
|
||||
*.ts text
|
||||
*.xml text
|
||||
*.yaml text
|
||||
*.yml text
|
||||
|
||||
# Documents
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
*.markdown text
|
||||
*.md text
|
||||
*.adoc text
|
||||
*.textile text
|
||||
*.mustache text
|
||||
*.csv text
|
||||
*.tab text
|
||||
*.tsv text
|
||||
*.txt text
|
||||
AUTHORS text
|
||||
CHANGELOG text
|
||||
CHANGES text
|
||||
CONTRIBUTING text
|
||||
COPYING text
|
||||
copyright text
|
||||
*COPYRIGHT* text
|
||||
INSTALL text
|
||||
license text
|
||||
LICENSE text
|
||||
NEWS text
|
||||
readme text
|
||||
*README* text
|
||||
TODO text
|
||||
|
||||
# Graphics
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.tif binary
|
||||
*.tiff binary
|
||||
*.ico binary
|
||||
# SVG treated as an asset (binary) by default. If you want to treat it as text,
|
||||
# comment-out the following line and uncomment the line after.
|
||||
*.svg binary
|
||||
#*.svg text
|
||||
*.eps binary
|
||||
|
||||
# These files are binary and should be left untouched
|
||||
# (binary is a macro for -text -diff)
|
||||
*.class binary
|
||||
*.jar binary
|
||||
*.war binary
|
||||
|
||||
## LINTERS
|
||||
.csslintrc text
|
||||
.eslintrc text
|
||||
.jscsrc text
|
||||
.jshintrc text
|
||||
.jshintignore text
|
||||
.stylelintrc text
|
||||
|
||||
## CONFIGS
|
||||
*.conf text
|
||||
*.config text
|
||||
.editorconfig text
|
||||
.gitattributes text
|
||||
.gitconfig text
|
||||
.gitignore text
|
||||
.htaccess text
|
||||
*.npmignore text
|
||||
|
||||
## HEROKU
|
||||
Procfile text
|
||||
.slugignore text
|
||||
|
||||
## AUDIO
|
||||
*.kar binary
|
||||
*.m4a binary
|
||||
*.mid binary
|
||||
*.midi binary
|
||||
*.mp3 binary
|
||||
*.ogg binary
|
||||
*.ra binary
|
||||
|
||||
## VIDEO
|
||||
*.3gpp binary
|
||||
*.3gp binary
|
||||
*.as binary
|
||||
*.asf binary
|
||||
*.asx binary
|
||||
*.fla binary
|
||||
*.flv binary
|
||||
*.m4v binary
|
||||
*.mng binary
|
||||
*.mov binary
|
||||
*.mp4 binary
|
||||
*.mpeg binary
|
||||
*.mpg binary
|
||||
*.swc binary
|
||||
*.swf binary
|
||||
*.webm binary
|
||||
|
||||
## ARCHIVES
|
||||
*.7z binary
|
||||
*.gz binary
|
||||
*.rar binary
|
||||
*.tar binary
|
||||
*.zip binary
|
||||
|
||||
## FONTS
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.otf binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
Reference in New Issue
Block a user