8 lines
181 B
Text
8 lines
181 B
Text
# Ignore config, don't commit credentials.
|
|
**/config.toml
|
|
|
|
# Ignore node_modules.
|
|
**/node_modules/*
|
|
|
|
# Ignore public css, should be generated in build process.
|
|
public/css/style.css
|