11 lines
228 B
Text
11 lines
228 B
Text
# Ignore config, don't commit credentials.
|
|
**/config.toml
|
|
|
|
# Ignore db/, don't commit the database.
|
|
*.db
|
|
|
|
# Ignore node_modules.
|
|
**/node_modules/*
|
|
|
|
# Ignore public css, should be generated in build process.
|
|
public/css/style.css
|