diff --git a/.editorconfig b/.editorconfig index f053654..6c71d79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -30,4 +30,3 @@ resharper_access_to_modified_closure_highlighting=suggestion # Suppress id not resolved because resharper can't understand resharper_html_id_not_resolved_highlighting=suggestion - diff --git a/.gitignore b/.gitignore index 71f6f5c..6cb06da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .vs/ .idea/ +lib *.lock.json package-lock.json *.user @@ -16,4 +17,4 @@ appsettings.Production.json appsettings.Development.json *.log TestResults/ -app.db* \ No newline at end of file +app.db* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d120504..758d726 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,4 +132,4 @@ deploy_docker: rules: - if: '$CI_COMMIT_BRANCH == "master"' exists: - - Dockerfile \ No newline at end of file + - Dockerfile diff --git a/LICENSE b/LICENSE index d1b95d9..d3a6520 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Aiursoft +Copyright (c) 2024 Aiursoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ninja.yaml b/ninja.yaml index 97fc127..c92875f 100644 --- a/ninja.yaml +++ b/ninja.yaml @@ -11,4 +11,4 @@ files: - name: ninja.yaml contentUri: https://gitlab.aiursoft.cn/aiursoft/tracer/-/raw/master/ninja.yaml - name: nuget.config - contentUri: https://gitlab.aiursoft.cn/aiursoft/tracer/-/raw/master/nuget.config \ No newline at end of file + contentUri: https://gitlab.aiursoft.cn/aiursoft/tracer/-/raw/master/nuget.config