added ns hooks

This commit is contained in:
hariroshan 2023-03-05 16:08:52 +05:30
parent 631a75aa03
commit a34be76b65
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
# NativeScript
hooks/
node_modules/
platforms/

View File

@ -0,0 +1 @@
module.exports = require("@nativescript/core/cli-hooks/before-checkForChanges.js");