Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2017-08-28 21:43:53 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2017-08-31 23:27:56 +0300
commita5f0fe5d8df0fb1b11b312729b46fb826a7db268 (patch)
treec35e96aaa789662f0f3b2c402cc641c7e0123363 /.gitignore
parent14f9cb80dfbff9c03af853054e3fc39fb63e6ee4 (diff)
Add gulp task for generating NW.js apps
Also, now that we have support for regenerating all the files in ./build/ properly, we can safely delete it from the repository to clean up commits and PRs. They no longer need to update the generated files in ./build/. Generated apps are stored in ./apps/. Run gulp.js release to generate apps for win32, osx64 and linux64. To package the Chrome app, run gulp.js dist and pack the ./dist/ folder.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c5e06f63..b4caea8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,11 @@ npm-debug.log
.idea/
npm-debug.log
inav-configurator.iml
-build/inav-configurator/ \ No newline at end of file
+# Generated scripts and styles
+/build
+# Used by nw-builder to download runtimes
+/cache
+# Where we put the final app directory structure
+/dist
+# Path where the NW.js apps get built
+/apps