diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:20:42 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:20:42 -0800 |
| commit | eebadadd44184cb25c8e8df127da0cfd7715c49b (patch) | |
| tree | 1cd16b4430375fb9fd78e30bfc34933740316174 | |
| parent | d645d7074d8cc6a1ef34533d18e541e1a08c2e90 (diff) | |
add gitignore
| -rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebac4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# 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 + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history +.next
\ No newline at end of file |
