mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Exclude layer3d folder
This commit is contained in:
parent
ebf6b254dd
commit
f945abc0cc
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
|||
"../../src/phaser-core.js",
|
||||
"../../src/physics/matter-js/poly-decomp/",
|
||||
"../../src/physics/matter-js/lib",
|
||||
"../../src/polyfills"
|
||||
"../../src/polyfills",
|
||||
"../../src/layer3d"
|
||||
],
|
||||
"includePattern": ".+\\.js?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
|
@ -30,4 +31,4 @@
|
|||
"lenient": true,
|
||||
"sourceType": "script"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue