Skip to content

Commit

Permalink
chore: remove docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 4, 2023
1 parent e66b73b commit 8bdfe87
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 145 deletions.
65 changes: 0 additions & 65 deletions .devcontainer/Dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions .devcontainer/devcontainer.json

This file was deleted.

8 changes: 0 additions & 8 deletions .dockerignore

This file was deleted.

8 changes: 1 addition & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"visualstudioexptteam.vscodeintellicode",
"visualstudioexptteam.vscodeintellicode-completions",
"visualstudioexptteam.intellicode-api-usage-examples"
]
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ Install the dependencies after forking and cloning the repository
pnpm install
```

> **NOTE:** this project has a [VS Code Devcontainer](https://code.visualstudio.com/docs/remote/containers)
> configuration which enables development in a Docker container, as well as
> on [GitHub Codespaces](https://code.visualstudio.com/docs/remote/codespaces). This is a great option if you want to
> contribute to the project, but don't necessarily want to install this project's toolset and dependencies globally on
> your computer.
## Developing

The main `@storylite/storylite` package can be found in `packages/storylite`. You can quickly test and debug your
Expand Down
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions docker-compose.yml

This file was deleted.

0 comments on commit 8bdfe87

Please sign in to comment.