Skip to content

Commit

Permalink
chore: exclude hooks from source control
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed Jun 27, 2017
1 parent 2b91b23 commit 60a3d2b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ tests/test-output.txt
tests/platforms
tests/lib
tests/node_modules
tests/hooks

ng-sample/app/**/*.js
ng-sample/app/global.d.ts
ng-sample/platforms
ng-sample/lib
ng-sample/node_modules
ng-sample/hooks
ng-sample/app/nativescript-angular

startup-test/platforms
Expand All @@ -52,4 +54,4 @@ startup-test/node_modules
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
1 change: 0 additions & 1 deletion ng-sample/hooks/after-prepare/nativescript-dev-webpack.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 60a3d2b

Please sign in to comment.