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

Commit d48937a

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
feat(build): distribution folder shouldn't be part of the Git
- however make sure to only do that on the .gitignore not on .npmignore - after running the build locally, user only need to do npm publish and so the dist doesn't need to be part of Git
1 parent 3937966 commit d48937a

File tree

752 files changed

+3
-102543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

752 files changed

+3
-102543
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ yarn.lock
4545
# System Files
4646
.DS_Store
4747
Thumbs.db
48+
49+
# Distribution folder
50+
dist

dist/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

dist/README.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

dist/angular-slickgrid.d.ts

Lines changed: 0 additions & 97 deletions
This file was deleted.

dist/angular-slickgrid.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/app/modules/angular-slickgrid/aggregators/avgAggregator.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/app/modules/angular-slickgrid/aggregators/index.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/app/modules/angular-slickgrid/aggregators/maxAggregator.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)