forked from knockout/knockout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change .npmignore to use opt-in instead of out-out, to avoid duplicat…
…ing contents of .gitignore
- Loading branch information
1 parent
27aa4bb
commit c1cf230
Showing
2 changed files
with
5 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,4 @@ | ||
# From .gitignore | ||
|
||
*.suo | ||
*.swp | ||
*.csproj.user | ||
bin | ||
obj | ||
*.pdb | ||
_ReSharper* | ||
*.ReSharper.user | ||
*.ReSharper | ||
desktop.ini | ||
.eprj | ||
perf/* | ||
*.orig | ||
|
||
.DS_Store | ||
npm-debug.log | ||
|
||
# NPM specifics | ||
|
||
.travis.yml | ||
src | ||
spec | ||
build | ||
# Only package the build output for npm. Developers who want sources/tests can get them from the KO repo. | ||
* | ||
!build/output/knockout-latest.js | ||
!build/output/knockout-latest.debug.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
!knockout-latest.js | ||
!knockout-latest.debug.js | ||
# This file is needed, because otherwise the .gitignore causes npm not to package the build output |