Skip to content

Commit

Permalink
Ignore setting 20190803 (#12)
Browse files Browse the repository at this point in the history
* edit ignore setting

* update the version SQLAlchemy

* add new line

* edit the typo
  • Loading branch information
z6wdc authored Aug 3, 2019
1 parent 928fa8d commit d451abc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file specifies files that are *not* uploaded to Google Cloud Platform
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).
#
# For more information, run:
# $ gcloud topic gcloudignore
#
.gcloudignore
# If you would like to upload your .git directory, .gitignore file or files
# from your .gitignore file, remove the corresponding line
# below:
.git
.gitignore

# Python pycache:
__pycache__/
# Ignored by the build system
/setup.cfg
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ venv.bak/
!.vscode/launch.json
!.vscode/extensions.json

# yaml
secret.yaml
3 changes: 3 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
runtime: python37

includes:
- secret.yaml

env_variables:
CLOUD_SQL_CONNECTION_NAME: your-connection-name
DB_USER: USER
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
flask-cors>=3.0.8
SQLAlchemy==1.2.17
SQLAlchemy>=1.3.0
PyMySQL==0.9.3

0 comments on commit d451abc

Please sign in to comment.