Commit 6e0140b6 by Brian Talbot

revises .gitignore file to include static css directories and remnants of devstack setup

parent 7a24f203
...@@ -48,14 +48,18 @@ reports/ ...@@ -48,14 +48,18 @@ reports/
.prereqs_cache .prereqs_cache
.vagrant/ .vagrant/
node_modules node_modules
.bundle/
bin/
### Static assets pipeline artifacts ### Static assets pipeline artifacts
*.scssc *.scssc
lms/static/css/
lms/static/sass/*.css lms/static/sass/*.css
lms/static/sass/application.scss lms/static/sass/application.scss
lms/static/sass/application-extend1.scss lms/static/sass/application-extend1.scss
lms/static/sass/application-extend2.scss lms/static/sass/application-extend2.scss
lms/static/sass/course.scss lms/static/sass/course.scss
cms/static/css/
cms/static/sass/*.css cms/static/sass/*.css
### Logging artifacts ### Logging artifacts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment