Skip to content

Commit c580136

Browse files
committed
chore: workspace
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent cc744eb commit c580136

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
dist/
33
build/
44

5+
# Environment variables
6+
.env
7+
58
# Dependency directories
69
node_modules/
710

@@ -12,8 +15,5 @@ schema.graphql
1215
coverage
1316
*.lcov
1417

15-
# Environment properties
16-
.env
17-
1818
# Mac Files
1919
.DS_Store

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"sonarlint.connectedMode.project": {
1616
"connectionId": "gitify-app",
1717
"projectKey": "gitify-app_gitify"
18-
}
18+
},
19+
"cSpell.words": ["codegen"]
1920
}

0 commit comments

Comments
 (0)