mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 17:36:02 +08:00
81d52a2e24
- Moved migrations from code to SQL files - Using golang-migrate/v4 - Added a new CLI command: migrate
18 lines
195 B
Text
18 lines
195 B
Text
# Exclude config file
|
|
.vscode/
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data*
|
|
|
|
# Coverage data
|
|
/coverage.out
|
|
|
|
# Dist files
|
|
dist/
|
|
|
|
# macOS trash files
|
|
.DS_Store
|