Skip to content

Commit 60a3d2b

Browse files
committed
chore: exclude hooks from source control
1 parent 2b91b23 commit 60a3d2b

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

Diff for: .gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ tests/test-output.txt
2727
tests/platforms
2828
tests/lib
2929
tests/node_modules
30+
tests/hooks
3031

3132
ng-sample/app/**/*.js
3233
ng-sample/app/global.d.ts
3334
ng-sample/platforms
3435
ng-sample/lib
3536
ng-sample/node_modules
37+
ng-sample/hooks
3638
ng-sample/app/nativescript-angular
3739

3840
startup-test/platforms
@@ -52,4 +54,4 @@ startup-test/node_modules
5254
!.vscode/settings.json
5355
!.vscode/tasks.json
5456
!.vscode/launch.json
55-
!.vscode/extensions.json
57+
!.vscode/extensions.json

Diff for: ng-sample/hooks/after-prepare/nativescript-dev-webpack.js

-1
This file was deleted.

Diff for: ng-sample/hooks/before-livesync/nativescript-angular-sync.js

-1
This file was deleted.

Diff for: ng-sample/hooks/before-prepare/nativescript-dev-typescript.js

-1
This file was deleted.

Diff for: ng-sample/hooks/before-watch/nativescript-dev-typescript.js

-1
This file was deleted.

0 commit comments

Comments
 (0)