0.2.0
@@ -6,6 +6,13 @@
/out-tsc
/bazel-out
+# logs
+.nx/cache/d/daemon.log
+.nx/cache/d/server-process.json
+
+.nx/cache/d/*
+/nx/cache/d/*
# Node
/node_modules
npm-debug.log
@@ -19,8 +26,7 @@ yarn-error.log
*.launch
.settings/
*.sublime-workspace
-.nx/cache/d/*
-/nx/cache/d/*
# Visual Studio Code
.vscode/*
@@ -42,6 +48,3 @@ testem.log
# System files
.DS_Store
Thumbs.db
-
-.nx/cache/d/daemon.log
-.nx/cache/d/server-process.json
@@ -1,6 +1,6 @@
{
"name": "dndtools",
- "version": "0.1.0",
+ "version": "0.2.0",
"scripts": {
"ng": "ng",
"start": "nx serve",