Skip to content

Commit 9f20f7d

Browse files
committed
some chagnes
1 parent ff5f5ca commit 9f20f7d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.*
2-
!.gitignore
3-
!.vscode
1+
.env
2+
.learn

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM gitpod/workspace-postgres

.gitpod.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
image:
6+
file: .gitpod.Dockerfile
7+
8+
ports:
9+
- port: 9000-9099
10+
onOpen: ignore
11+
12+
vscode:
13+
extensions:
14+
- ms-toolsai.jupyter
15+
- ms-python.python

0 commit comments

Comments
 (0)