shiori/.gitignore

28 lines
290 B
Text
Raw Normal View History

# Exclude IDE
2018-01-26 18:40:01 +08:00
.vscode/
.idea/
# Exclude config file
2019-05-21 11:31:40 +08:00
*.toml
# Exclude executable file
2019-05-22 00:24:11 +08:00
/shiori*
# Exclude development data
/dev-data*
2020-08-07 02:15:50 +08:00
# Coverage data
/coverage.*
# Dist files
dist/
# macOS trash files
.DS_Store
# frontend
node_modules
# workaround for buildx using podman
type=docker