Skip to content

Commit 907ea2a

Browse files
authored
chore: maintain a single .gitignore file (googleapis#13746)
- Update the `.gitignore` file to match https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_mono_repo_library/.gitignore - Remove redundant `.gitignore` files
1 parent 5e4f881 commit 907ea2a

File tree

211 files changed

+7
-13249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+7
-13249
lines changed

.gitignore

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
dist
1111
build
1212
eggs
13+
.eggs
1314
parts
1415
bin
1516
var
@@ -26,22 +27,13 @@ pip-log.txt
2627
# Unit test / coverage reports
2728
.coverage
2829
.nox
29-
.tox
3030
.cache
3131
.pytest_cache
32-
htmlcov
3332

34-
# Translations
35-
*.mo
3633

3734
# Mac
3835
.DS_Store
3936

40-
# Mr Developer
41-
.mr.developer.cfg
42-
.project
43-
.pydevproject
44-
4537
# JetBrains
4638
.idea
4739

@@ -53,24 +45,20 @@ htmlcov
5345

5446
# Built documentation
5547
docs/_build
56-
*/docs/_build
57-
docs/_build_doc2dash
58-
bigquery/docs/generated
48+
**/docs/_build
49+
docs.metadata
5950

6051
# Virtual environment
6152
env/
53+
venv/
54+
55+
# Test logs
6256
coverage.xml
57+
*sponge_log.xml
6358

6459
# System test environment variables.
6560
system_tests/local_test_setup
6661

6762
# Make sure a generated file isn't accidentally committed.
6863
pylintrc
6964
pylintrc.test
70-
71-
# Directories used for creating generated PB2 files
72-
generated_python/
73-
cloud-bigtable-client/
74-
googleapis-pb/
75-
grpc_python_venv/
76-
pytype_output/

packages/google-ads-admanager/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/google-ads-marketingplatform-admin/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/google-ai-generativelanguage/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/google-analytics-admin/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/google-analytics-data/.gitignore

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)