Skip to content

Commit cbfcc8b

Browse files
authored
fix: Remove stray bigquery lines (#138)
1 parent ca82c1f commit cbfcc8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pip-log.txt
4545

4646
# Built documentation
4747
docs/_build
48-
bigquery/docs/generated
4948
docs.metadata
5049

5150
# Virtual environment

test_utils/scripts/update_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2424
# Function to build the docs.
2525
function build_docs {
2626
rm -rf docs/_build/
27-
rm -f docs/bigquery/generated/*.rst
2827
# -W -> warnings as errors
2928
# -T -> show full traceback on exception
3029
# -N -> no color

0 commit comments

Comments
 (0)