Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 42a31f1

Browse files
committed
refactor: do not add .gitignore to metaFiles
1 parent d3071e8 commit 42a31f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/schematics/rcMetaFiles.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ export const metaFiles: {
1515
web: [
1616
'.env',
1717
'.adonisrc.json',
18-
'.gitignore',
1918
'resources/views/**/*.edge',
2019
'public/**',
2120
],
2221
api: [
2322
'.env',
2423
'.adonisrc.json',
25-
'.gitignore',
2624
],
2725
}

0 commit comments

Comments
 (0)