Skip to content

Commit f93e100

Browse files
authored
Merge pull request #36 from kaifcoder/release/new
Remove .vscode folder to prevent VS Code settings conflicts
2 parents bc5f3a4 + bf495fe commit f93e100

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ vite.config.ts.timestamp-*
147147
.DS_Store
148148
.vscode/*
149149
.idea/
150+
test-workspace/

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-polyglot",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Scaffold polyglot microservice monorepos with built-in templates for Node, Python, Go, and more.",
55
"main": "bin/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)