summaryrefslogtreecommitdiff
path: root/gitignore/community/JavaScript
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore/community/JavaScript')
-rw-r--r--gitignore/community/JavaScript/Cordova.gitignore10
-rw-r--r--gitignore/community/JavaScript/Meteor.gitignore12
-rw-r--r--gitignore/community/JavaScript/NWjs.gitignore29
-rw-r--r--gitignore/community/JavaScript/Nuxt.gitignore9
-rw-r--r--gitignore/community/JavaScript/Vue.gitignore9
5 files changed, 69 insertions, 0 deletions
diff --git a/gitignore/community/JavaScript/Cordova.gitignore b/gitignore/community/JavaScript/Cordova.gitignore
new file mode 100644
index 0000000..4bd8785
--- /dev/null
+++ b/gitignore/community/JavaScript/Cordova.gitignore
@@ -0,0 +1,10 @@
+# gitignore template for the Cordova framework
+# website: https://cordova.apache.org/
+#
+# Recommended template: Node.gitignore
+
+# App platform binaries and built files
+/platforms
+
+# Optional to ignore plugin Git clones
+#/plugins
diff --git a/gitignore/community/JavaScript/Meteor.gitignore b/gitignore/community/JavaScript/Meteor.gitignore
new file mode 100644
index 0000000..7194fd0
--- /dev/null
+++ b/gitignore/community/JavaScript/Meteor.gitignore
@@ -0,0 +1,12 @@
+# gitignore template for the Meteor framework
+# website: https://www.meteor.com/
+#
+# Recommended template: Node.gitignore
+
+# protect api keys in setting json
+settings-production.json
+settings.json
+
+# protect your mup.json settings
+mup.json
+mup.js
diff --git a/gitignore/community/JavaScript/NWjs.gitignore b/gitignore/community/JavaScript/NWjs.gitignore
new file mode 100644
index 0000000..f006b08
--- /dev/null
+++ b/gitignore/community/JavaScript/NWjs.gitignore
@@ -0,0 +1,29 @@
+# gitignore template for NW.js projects
+# website: https://nwjs.io/
+
+# Seen in standard and sdk versions
+credits.html
+locales/
+libEGL.dll
+libGLEv2.dll
+node.dll
+nw.dll
+nw.exe
+natives_blob.bin
+nw_100_percent.pak
+nw_200_percent.pak
+nw_elf.dll
+snapshot_blob.bin
+resources.pak
+
+# Seen only in standard
+d3dcompiler_47.dll
+ffmpeg.dll
+icudtl.dat
+
+# Seen only in sdk
+pnacl/
+chromedriver.exe
+nacl_irt_x86_64.nexe
+nwjc.exe
+payload.exe
diff --git a/gitignore/community/JavaScript/Nuxt.gitignore b/gitignore/community/JavaScript/Nuxt.gitignore
new file mode 100644
index 0000000..cd6c77a
--- /dev/null
+++ b/gitignore/community/JavaScript/Nuxt.gitignore
@@ -0,0 +1,9 @@
+# gitignore template for Nuxt.js projects
+#
+# Recommended template: Node.gitignore
+
+# Nuxt build
+.nuxt
+
+ # Nuxt generate
+dist
diff --git a/gitignore/community/JavaScript/Vue.gitignore b/gitignore/community/JavaScript/Vue.gitignore
new file mode 100644
index 0000000..4538951
--- /dev/null
+++ b/gitignore/community/JavaScript/Vue.gitignore
@@ -0,0 +1,9 @@
+# gitignore template for Vue.js projects
+#
+# Recommended template: Node.gitignore
+
+# TODO: where does this rule come from?
+docs/_book
+
+# TODO: where does this rule come from?
+test/