feat: reshuffle files
This commit is contained in:
22
workspace/dotfiles.code-workspace
Normal file
22
workspace/dotfiles.code-workspace
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"git.ignoreLimitWarning": true,
|
||||
"files.exclude": {
|
||||
"**/scripts": true,
|
||||
"**/storage": true,
|
||||
"**/in_progress": true,
|
||||
"**/git": true,
|
||||
"**/workspace": false,
|
||||
"**/archive": true,
|
||||
"**/LICENSE": true,
|
||||
"**/README.md": true,
|
||||
"**/.gitignore": true,
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
10
workspace/projects.code-workspace
Normal file
10
workspace/projects.code-workspace
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user