We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6c0a3 commit 2040cfeCopy full SHA for 2040cfe
.gitignore
@@ -29,3 +29,6 @@ node_modules
29
30
# Build
31
dist
32
+
33
+# VS Code
34
+*.code-workspace
CHANGELOG.md
@@ -7,6 +7,9 @@
7
### Changed
8
- Technical - Rename `.env.example` file.
9
10
+### Fixed
11
+- Technical - Add vs code workspace to gitignore.
12
13
## RELEASE 5.3.0 - 2019-11-26
14
### Added
15
- Technical - `.forestadmin-schema` now keeps track of engine and framework names and versions.
0 commit comments