Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 8f59f95

Browse files
committed
add requirements.txt versions, update .gcloudignore files, delete favicon.ico
1 parent 53453f2 commit 8f59f95

File tree

29 files changed

+97
-67
lines changed

29 files changed

+97
-67
lines changed

step0-webapp2-gaendb-py2/.gcloudignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
# $ gcloud topic gcloudignore
88
#
99
.gcloudignore
10-
# If you would like to upload your .git directory, .gitignore file or files
11-
# from your .gitignore file, remove the corresponding line
12-
# below:
10+
11+
# Ignore source code control maintenance files
1312
.git
1413
.gitignore
14+
.hgignore
15+
.hg/
1516

16-
# Python pycache:
17+
# Python files
18+
*.pyc
19+
*.pyo
1720
__pycache__/
18-
# Ignored by the build system
1921
/setup.cfg
22+
2023
# no need to upload README
2124
README.md
-8.15 KB
Binary file not shown.

step1-flask-gaendb-py2/.gcloudignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
# $ gcloud topic gcloudignore
88
#
99
.gcloudignore
10-
# If you would like to upload your .git directory, .gitignore file or files
11-
# from your .gitignore file, remove the corresponding line
12-
# below:
10+
11+
# Ignore source code control maintenance files
1312
.git
1413
.gitignore
14+
.hgignore
15+
.hg/
1516

16-
# Python pycache:
17+
# Python files
18+
*.pyc
19+
*.pyo
1720
__pycache__/
18-
# Ignored by the build system
1921
/setup.cfg
22+
2023
# no need to upload README
2124
README.md

step1-flask-gaendb-py2/favicon.ico

-8.15 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Flask
1+
Flask==1.1.2

step2-flask-cloudndb-py2/.gcloudignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
# $ gcloud topic gcloudignore
88
#
99
.gcloudignore
10-
# If you would like to upload your .git directory, .gitignore file or files
11-
# from your .gitignore file, remove the corresponding line
12-
# below:
10+
11+
# Ignore source code control maintenance files
1312
.git
1413
.gitignore
14+
.hgignore
15+
.hg/
1516

16-
# Python pycache:
17+
# Python files
18+
*.pyc
19+
*.pyo
1720
__pycache__/
18-
# Ignored by the build system
1921
/setup.cfg
22+
2023
# no need to upload README
2124
README.md
-8.15 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask
2-
google-cloud-ndb
1+
Flask==1.1.2
2+
google-cloud-ndb==1.7.1

step2-flask-cloudndb-py3/.gcloudignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
# $ gcloud topic gcloudignore
88
#
99
.gcloudignore
10-
# If you would like to upload your .git directory, .gitignore file or files
11-
# from your .gitignore file, remove the corresponding line
12-
# below:
10+
11+
# Ignore source code control maintenance files
1312
.git
1413
.gitignore
14+
.hgignore
15+
.hg/
1516

16-
# Python pycache:
17+
# Python files
18+
*.pyc
19+
*.pyo
1720
__pycache__/
18-
# Ignored by the build system
1921
/setup.cfg
22+
2023
# no need to upload README
2124
README.md
-8.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)