feat: Fresh build [#396]

This commit is contained in:
canisminor1990 2023-09-08 11:22:37 +08:00
parent a2261638d7
commit 92432ed8dd
3 changed files with 46 additions and 48 deletions

View File

@ -1,4 +1 @@
module.exports = {
...require('@lobehub/lint').changelog,
displayTypes: ['feat', 'fix', 'style', 'pref', 'refactor'],
};
module.exports = require('@lobehub/lint').changelog;

2
.gitignore vendored
View File

@ -42,5 +42,5 @@ test-output
# add other ignore file below
__pycache__
/lobe_theme_config.json
/javascript/*.js
/javascript/**/*
!/javascript/main.js

File diff suppressed because one or more lines are too long