Allow custom css styling.

This commit is contained in:
Michael Teeuw
2016-04-05 10:26:18 +02:00
parent c4bfa6d4d8
commit 7b6772e77b
3 changed files with 21 additions and 0 deletions

6
.gitignore vendored
View File

@@ -1,7 +1,13 @@
# Ignore all node modules.
/node_modules
# Don't ignore the node_helper nore module.
!/modules/node_helper
!/modules/node_helper/**
# Ignore all modules except the default modules.
/modules/**
!/modules/default/**
# Ignore changes to the custom css files.
/css/custom.css