diff --git a/.gitignore b/.gitignore index 4f4d87b..b593fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ Thumbs.db .nx/cache .nx/workspace-data + +.env* +!.env diff --git a/nx.json b/nx.json index 25e652a..e97301b 100644 --- a/nx.json +++ b/nx.json @@ -62,7 +62,6 @@ } } }, - "nxCloudAccessToken": "YzMwNmY3MmItMTFlYy00MzE2LTkzY2YtZTJiNmI3MDFiMDVifHJlYWQtd3JpdGU=", "targetDefaults": { "@nx/js:tsc": { "cache": true,