@liendev/lien 0.19.1 → 0.19.2
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.
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5777,6 +5777,10 @@ async function generateLaravelConfig(_rootDir, _relativePath) {
|
|
|
5777
5777
|
// Compiled JS in public
|
|
5778
5778
|
"public/**/*.css",
|
|
5779
5779
|
// Compiled CSS in public
|
|
5780
|
+
// Database boilerplate (not useful for semantic search)
|
|
5781
|
+
"database/migrations/**",
|
|
5782
|
+
"database/seeders/**",
|
|
5783
|
+
"database/factories/**",
|
|
5780
5784
|
// Node.js dependencies
|
|
5781
5785
|
"**/node_modules/**",
|
|
5782
5786
|
"node_modules/**",
|