Skip to content

Commit c69bfc5

Browse files
authored
fix gitignore
## Change description Adds dist and node_modules in gitignore after repo restructuring ## Type of change - [x] Bug fix (fixes an issue) - [ ] New feature (adds functionality) ## Related issues ## Checklists ### Development - [x] Lint rules pass locally - [ ] Application changes have been tested thoroughly - [ ] Automated tests covering modified code pass ### Security - [x] Security impact of change has been considered - [x] Code follows company security practices and guidelines ### Code review - [x] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary - [x] reviewers assigned
1 parent eb69096 commit c69bfc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/node_modules/
2+
**/node_modules
23
/build/
34
/dist-*
45
/dist
6+
**/dist
57
*.tsbuildinfo
68
!karma.conf.js

0 commit comments

Comments
 (0)