Skip to content

Commit 8f97746

Browse files
committed
Remove dist from gitignore
Since there is no `.npmignore` file, [npm will use `.gitignore` instead](https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package), which causes the dist files to be ignored.
1 parent f7d8a8a commit 8f97746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jspm_packages
4949
*.swn
5050
*.swo
5151

52-
dist/*
5352
tmp/*
5453
!tmp/.keepme
5554
!.keepme

0 commit comments

Comments
 (0)