chore: cleanup
This commit is contained in:
parent
c490d38d72
commit
fe3c510007
1460
.design/logos.ai
1460
.design/logos.ai
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"env": {
|
|
||||||
"node": true,
|
|
||||||
"es2021": true
|
|
||||||
},
|
|
||||||
"extends": "eslint:recommended",
|
|
||||||
"parserOptions": {
|
|
||||||
"ecmaVersion": "latest",
|
|
||||||
"sourceType": "module"
|
|
||||||
},
|
|
||||||
"rules": {}
|
|
||||||
}
|
|
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: Release
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
- run: npm ci
|
|
||||||
- run: npm run build
|
|
||||||
- name: Create tarball
|
|
||||||
run: tar czf gitea-lugit-theme.tar.gz --directory=./dist .
|
|
||||||
- name: Add zips to release
|
|
||||||
uses: softprops/action-gh-release@v2
|
|
||||||
with:
|
|
||||||
files: ./gitea-lugit-theme.tar.gz
|
|
39
.vscode/settings.json
vendored
39
.vscode/settings.json
vendored
@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"files.exclude": {
|
|
||||||
// 📙 sub-libs
|
|
||||||
// "tools": true,
|
|
||||||
".design": true,
|
|
||||||
|
|
||||||
// ⚙️ config
|
|
||||||
"**/**/*code-workspace": true,
|
|
||||||
".cocorc": true,
|
|
||||||
// "**/**/package.json": true,
|
|
||||||
|
|
||||||
// 🔄️ CI/CD
|
|
||||||
".github": true,
|
|
||||||
|
|
||||||
// 🧼 linters & styles
|
|
||||||
"**/**/.prettierrc": true,
|
|
||||||
"**/**/*.eslintrc.*": true,
|
|
||||||
".prettierignore": true,
|
|
||||||
|
|
||||||
// 📝 readmes
|
|
||||||
// "**/**/README.md": true,
|
|
||||||
"LICENSE": true,
|
|
||||||
|
|
||||||
// 🗑️
|
|
||||||
"node_modules": true,
|
|
||||||
"package-lock.json": true,
|
|
||||||
// ".gitignore": true,
|
|
||||||
".git": true,
|
|
||||||
// "dist": true,
|
|
||||||
".vscode": true,
|
|
||||||
|
|
||||||
// 🧪 tests
|
|
||||||
"**/**/test": true,
|
|
||||||
"**/**/tests": true,
|
|
||||||
"**/**/*.specs.ts": true,
|
|
||||||
"**/**/*.specs.js": true
|
|
||||||
},
|
|
||||||
"scss.lint.emptyRules": "ignore"
|
|
||||||
}
|
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,15 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
## [0.2.1] - 2024-10-19
|
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- fix: 🚑 some css customizations not showing after 1.22.3 gitea update
|
|
||||||
|
|
||||||
## [0.2.0] - 2024-10-19
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Pinned the project to the Gitea 1.22.3 version.
|
|
@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"files.exclude": {
|
|
||||||
"**/.git": false,
|
|
||||||
"**/.svn": false,
|
|
||||||
"**/.hg": false,
|
|
||||||
"**/CVS": false,
|
|
||||||
"**/.DS_Store": false,
|
|
||||||
"**/Thumbs.db": true,
|
|
||||||
"**/.project": false,
|
|
||||||
"**/.classpath": false,
|
|
||||||
".vscode": false,
|
|
||||||
".settings": false,
|
|
||||||
".idea/": false,
|
|
||||||
".out/": false,
|
|
||||||
"out/": false,
|
|
||||||
"*.iml": false,
|
|
||||||
"*.iws": false,
|
|
||||||
"*.ipr": false,
|
|
||||||
"*.ids": false,
|
|
||||||
"*.orig": false,
|
|
||||||
"build/": false,
|
|
||||||
"bin/": false,
|
|
||||||
".gradle": false,
|
|
||||||
"**/.settings": true,
|
|
||||||
"**/.factorypath": true
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user