cpularp-manager-api/.gitignore
2025-04-21 21:05:50 -07:00

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