mirror of
https://github.com/alibaba/nacos.git
synced 2026-03-30 20:57:05 +00:00
* feat(skills): add update skill visibility scope feature. * chore(git): add .jqwik-database to .gitignore file. * feat(auth): enable anonymous AI resource access with reserved user and role.
26 lines
322 B
Plaintext
26 lines
322 B
Plaintext
# Except this file !.gitignore
|
|
.classpath
|
|
.project
|
|
.settings
|
|
target
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
.factorypath
|
|
/logs
|
|
*.iml
|
|
*.log
|
|
node_modules
|
|
test/derby.log
|
|
derby.log
|
|
work
|
|
test/logs
|
|
derby.log
|
|
yarn.lock
|
|
.flattened-pom.xml
|
|
lefthook.yml
|
|
distribution/conf/*.sql
|
|
distribution/plugins/*.jar
|
|
dependency-reduced-pom.xml
|
|
.jqwik-database
|