summaryrefslogtreecommitdiff
path: root/updater/.gitignore
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:29:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:29:23 +0100
commitdbb2bd6d915102a53aaecb476fced469f673d6d4 (patch)
tree9a63a613e7596b9889a70a01dd507b4aadd51a3c /updater/.gitignore
parentd25ff2bddd44b9dac1ceb248424109d1782dd211 (diff)
downloadmeta-dbb2bd6d915102a53aaecb476fced469f673d6d4.tar.gz
meta-dbb2bd6d915102a53aaecb476fced469f673d6d4.zip
add updater as submodule
Diffstat (limited to 'updater/.gitignore')
-rw-r--r--updater/.gitignore59
1 files changed, 0 insertions, 59 deletions
diff --git a/updater/.gitignore b/updater/.gitignore
deleted file mode 100644
index 00cbbdf..0000000
--- a/updater/.gitignore
+++ /dev/null
@@ -1,59 +0,0 @@
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-*.pid.lock
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# nyc test coverage
-.nyc_output
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# Bower dependency directory (https://bower.io/)
-bower_components
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directories
-node_modules/
-jspm_packages/
-
-# Typescript v1 declaration files
-typings/
-
-# Optional npm cache directory
-.npm
-
-# Optional eslint cache
-.eslintcache
-
-# Optional REPL history
-.node_repl_history
-
-# Output of 'npm pack'
-*.tgz
-
-# Yarn Integrity file
-.yarn-integrity
-
-# dotenv environment variables file
-.env
-