diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:29:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:29:23 +0100 |
| commit | dbb2bd6d915102a53aaecb476fced469f673d6d4 (patch) | |
| tree | 9a63a613e7596b9889a70a01dd507b4aadd51a3c /updater/.gitignore | |
| parent | d25ff2bddd44b9dac1ceb248424109d1782dd211 (diff) | |
| download | meta-dbb2bd6d915102a53aaecb476fced469f673d6d4.tar.gz meta-dbb2bd6d915102a53aaecb476fced469f673d6d4.zip | |
add updater as submodule
Diffstat (limited to 'updater/.gitignore')
| -rw-r--r-- | updater/.gitignore | 59 |
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 - |
