From ac8a9eb89a82c1a605b3c9d97541a1497f06dcd3 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 3 Jul 2018 12:00:42 -0400 Subject: [PATCH] Remove docs stuff from gitignore --- .gitignore | 2 -- .travis.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5d430248c..bc6a9f22f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ /.DS_Store /.sass-cache -/docs/ocean.css -/index.html /npm-debug.log* /yarn-error.log \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 240aa16e0..ad8a84236 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,8 +47,6 @@ jobs: script: - yarn docs before_deploy: - - git add -f index.html - - git add -f --all docs/ - git add -f --all dist/ deploy: provider: pages