Skip to content

Commit b07412b

Browse files
committed
Add vs/cursor workspace file.
1 parent 43a185a commit b07412b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

rails-starter.code-workspace

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"files.exclude": {
9+
"**/.bundle": true,
10+
"**/.idea": true,
11+
"**/log": true,
12+
"**/node_modules": true,
13+
"**/tmp": true
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)