@ranger1/dx 0.1.100 → 0.1.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,10 +6,18 @@ const ROOT_DIR = process.env.DX_PROJECT_ROOT || process.cwd()
6
6
  const CONFIG_DIR = process.env.DX_CONFIG_DIR || join(ROOT_DIR, 'dx', 'config')
7
7
  const ROOT_ENV_FILE = join(ROOT_DIR, '.env')
8
8
  const EXTRA_ENV_IGNORED_DIRS = new Set([
9
+ '.cache',
10
+ '.claude',
11
+ '.codex',
9
12
  '.git',
13
+ '.idea',
10
14
  '.vercel',
11
15
  'node_modules',
12
16
  '.nx',
17
+ '.omc',
18
+ '.omx',
19
+ '.opencode',
20
+ '.pytest_cache',
13
21
  'dist',
14
22
  'logs',
15
23
  'tmp',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranger1/dx",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {