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

Commit a403936

Browse files
author
scottbommarito
authored
Merge pull request #380 from Microsoft/changes-for-jonathan
test/typings, devdependencies
2 parents 848a961 + 9dc638a commit a403936

File tree

1,669 files changed

+18
-299049
lines changed

Some content is hidden

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

1,669 files changed

+18
-299049
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ build/Release
7373

7474
# Dependency directory
7575
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
76-
node_modules/*
77-
#remove /* after plugin-testing-framework is checked into npm
76+
node_modules
7877

7978
# Xcode
8079
#
@@ -149,8 +148,5 @@ proguard/
149148
# Android Studio captures folder
150149
captures/
151150

152-
# DELETE THIS AFTER PLUGIN TESTING FRAMEWORK IS ON NPM
153-
# ALSO SEE THE node_modules/* above
154-
!node_modules/
155-
!node_modules/code-push-plugin-testing-framework/
156-
!node_modules/code-push-plugin-testing-framework/*
151+
# Remove after this framework is published on NPM
152+
code-push-plugin-testing-framework/node_modules

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ Examples/
3131
Recipes/
3232

3333
# Don't publish compiled testing code
34-
bin/
34+
bin/
35+
36+
# Remove after this framework is published on NPM
37+
code-push-plugin-testing-framework/

0 commit comments

Comments
 (0)