Skip to content

Commit f1edf66

Browse files
Edit .gitignore to include the .js files in root dir.
1 parent ae806fe commit f1edf66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ test-reports.xml
6363

6464
*.js
6565
*.js.map
66-
/lib/.d.ts
66+
/lib/.d.ts
67+
68+
!/*.js

0 commit comments

Comments
 (0)