Skip to content

Commit da37438

Browse files
committed
Add generated TS files to gitignore
1 parent 00728b6 commit da37438

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
2-
31
# dependencies
42
/node_modules
53

@@ -12,6 +10,9 @@
1210
# gh-pages build
1311
/gh-pages
1412

13+
# generated ts files
14+
**/*.generated.ts
15+
1516
# misc
1617
.DS_Store
1718
.env.local
@@ -22,3 +23,4 @@
2223
npm-debug.log*
2324
yarn-debug.log*
2425
yarn-error.log*
26+

0 commit comments

Comments
 (0)