We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc744eb commit c580136Copy full SHA for c580136
2 files changed
.gitignore
@@ -2,6 +2,9 @@
2
dist/
3
build/
4
5
+# Environment variables
6
+.env
7
+
8
# Dependency directories
9
node_modules/
10
@@ -12,8 +15,5 @@ schema.graphql
12
15
coverage
13
16
*.lcov
14
17
-# Environment properties
-.env
-
18
# Mac Files
19
.DS_Store
.vscode/settings.json
@@ -15,5 +15,6 @@
"sonarlint.connectedMode.project": {
"connectionId": "gitify-app",
"projectKey": "gitify-app_gitify"
- }
+ },
+ "cSpell.words": ["codegen"]
20
}
0 commit comments