Skip to content

Commit 4727530

Browse files
committed
chore: add generation log to gitignore
1 parent 721caf7 commit 4727530

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.env.test.local
1919
.env.production.local
2020

21+
generationLogs.json
2122
npm-debug.log*
2223
yarn-debug.log*
2324
yarn-error.log*

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717

1818
# misc
1919
/coverage
20+
generationLogs.json

packages/igx-templates/igx-ts/projects/_base/files/__dot__gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ yarn-error.log
3535
/coverage
3636
/libpeerconnection.log
3737
testem.log
38+
generationLogs.json
3839
/typings
3940

4041
# System files

0 commit comments

Comments
 (0)