8000 chore: add .gitignore back (#4502) · code4ward/python-docs-samples@77d2be4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77d2be4

Browse files
author
Takashi Matsuo
authored
chore: add .gitignore back (GoogleCloudPlatform#4502)
1 parent ca4e6a4 commit 77d2be4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.coveralls.yml
2+
*.pyc
3+
.coverage
4+
.tox
5+
.pytest_cache
6+
.ipynb_checkpoints
7+
.executed_notebooks
8+
coverage.xml
9+
python-docs-samples.json
10+
service-account.json
11+
client-secrets.json
12+
__pycache__
13+
*db\.sqlite3
14+
managed_vms/django_tutorial/static/*
15+
**/migrations/*
16+
lib
17+
testing/resources/test-env.sh
18+
testing/resources/service-account.json
19+
testing/resources/client-secrets.json
20+
secrets.tar
21+
.cache
22+
junit.xml
23+
credentials.dat
24+
.nox
25+
.vscode/
26+
*sponge_log.xml
27+
.DS_store
28+
env/
29+
.idea

0 commit comments

Comments
 (0)
0