diff --git a/.gitignore b/.gitignore index 34c2c24..351ae74 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,10 @@ npm-debug.log *.bak # SSL certificates -/priv/cert/* \ No newline at end of file +/priv/cert/* + +# Ignore static content; must be manually shipped +/priv/static/*/** + +# Ignore markdown; must be manually shipped +/lib/sukaato_web/controllers/page_md/**/*