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 c3b7a56 commit 51df633Copy full SHA for 51df633
.gitattributes
@@ -5,10 +5,10 @@
5
.editorconfig export-ignore
6
.eslintrc.js export-ignore
7
.gitattributes export-ignore
8
-.gitpod.Dockerfile export-ignore
9
.gitpod.yml export-ignore
10
.gitignore export-ignore
11
.prettierignore export-ignore
12
.prettierrc export-ignore
13
.workspace.json export-ignore
+Dockerfile export-ignore
14
phpunit.xml.dist export-ignore
.gitpod.yml
@@ -1,5 +1,5 @@
1
image:
2
- file: .gitpod.Dockerfile
+ file: Dockerfile
3
4
workspaceLocation: canvas/.workspace.json
checkoutLocation: canvas
.gitpod.Dockerfile renamed to Dockerfile
0 commit comments