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:
authorTedNV <tednv@github.com>2019-01-04 10:59:41 +0300
committerTedNV <tednv@github.com>2019-01-04 10:59:41 +0300
commit3a89020ec933a2f2a67409f4632fba2491430bae (patch)
tree22752013a539f435b17a7c0ef179c2f9bbba50fd /.gitignore
parent40fc58d292a624d8d5d24d70f60526d212976755 (diff)
fixing .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ec45237d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+.DS_store
+nbproject/
+node_modules/
+npm-debug.log
+.idea/
+npm-debug.log
+inav-configurator.iml
+# 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
+/.vscode/
+.eslintrc.json
+/.project