diff options
author | CloudburstSys <us@conep.one> | 2022-05-19 21:21:09 +0100 |
---|---|---|
committer | CloudburstSys <us@conep.one> | 2022-05-19 21:21:09 +0100 |
commit | 7dfc53595e53658a1964b7cef7d8d16fb2ef8d24 (patch) | |
tree | 012cb64d36ba15d9b25ce152f0f208b27422aae0 /.gitignore | |
parent | 36bc64d889d2cdc53bf81886765e2f372bc1f7f9 (diff) | |
download | vaportrail-statuspoller-7dfc53595e53658a1964b7cef7d8d16fb2ef8d24.tar.gz vaportrail-statuspoller-7dfc53595e53658a1964b7cef7d8d16fb2ef8d24.tar.bz2 vaportrail-statuspoller-7dfc53595e53658a1964b7cef7d8d16fb2ef8d24.zip |
damnit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -7,21 +7,15 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* -<<<<<<< HEAD # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json -======= -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json ->>>>>>> 1371cbd (yes) # Runtime data pids *.pid *.seed *.pid.lock -<<<<<<< HEAD # Directory for instrumented libs generated by jscoverage/JSCover lib-cov @@ -64,36 +58,6 @@ web_modules/ # Optional stylelint cache .stylelintcache -======= -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov -# Coverage directory used by tools like istanbul -coverage -*.lcov -# nyc test coverage -.nyc_output -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt -# Bower dependency directory (https://bower.io/) -bower_components -# node-waf configuration -.lock-wscript -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release -# Dependency directories -node_modules/ -jspm_packages/ -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ -# TypeScript cache -*.tsbuildinfo -# Optional npm cache directory -.npm -# Optional eslint cache -.eslintcache -# Optional stylelint cache -.stylelintcache ->>>>>>> 1371cbd (yes) # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ |