Skip to content

Commit

Permalink
add .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 6, 2024
1 parent a9fbb65 commit b5b81bd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore everything
*

# But not these files...
!.gitignore
!settings.json.sample
32 changes: 32 additions & 0 deletions .vscode/settings.json.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"jest.runMode": {
"type": "watch",
"deferred": true
},
"jest.virtualFolders": [
{
"name": "App",
"rootPath": "App"
},
{
"name": "Data",
"rootPath": "Data"
},
{
"name": "epc-utils",
"rootPath": "packages/epc-utils"
},
{
"name": "data-storage-couchdb",
"rootPath": "packages/data-storage-couchdb"
},
{
"name": "integration-airtable",
"rootPath": "packages/integration-airtable"
},
{
"name": "integration-snipe-it",
"rootPath": "packages/integration-snipe-it"
}
]
}

0 comments on commit b5b81bd

Please sign in to comment.