Skip to content

Commit 5e1c094

Browse files
committed
chore: Add devcontainer
1 parent b0a792b commit 5e1c094

File tree

3 files changed

+2264
-1218
lines changed

3 files changed

+2264
-1218
lines changed

.devcontainer/devcontainer.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
},
5+
"postCreateCommand": "npm ci && npm run build && npm run lint && npm run test",
6+
"customizations": {
7+
"codespaces": {
8+
"repositories": {
9+
"diplodoc-platform/*": {
10+
"permissions": "write-all"
11+
}
12+
}
13+
}
14+
}
15+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/external
12
/build
23
/assets
34
input

0 commit comments

Comments
 (0)