mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-27 02:04:27 +08:00
4df7e1dd8e
* build less using lessc and bun * build * make styles-check * Added workflow to check updates * avoid embed less files * docs * updated tests to reflect changes * typo * fixed archive page css * call styles check on pull requests * comments in style.less * fix archive styles affecting other pages * minify using clean-css * Split archive.css and style.css * Updated docs
24 lines
242 B
Text
24 lines
242 B
Text
# Exclude IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Exclude config file
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data*
|
|
|
|
# Coverage data
|
|
/coverage.out
|
|
|
|
# Dist files
|
|
dist/
|
|
|
|
# macOS trash files
|
|
.DS_Store
|
|
|
|
# frontend
|
|
node_modules
|