We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5f5ca commit 9f20f7dCopy full SHA for 9f20f7d
.gitignore
@@ -1,3 +1,2 @@
1
-.*
2
-!.gitignore
3
-!.vscode
+.env
+.learn
.gitpod.Dockerfile
@@ -0,0 +1 @@
+FROM gitpod/workspace-postgres
.gitpod.yml
@@ -0,0 +1,15 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
+# 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