From 757bf13acd1e2d98738704f9067dd8a831e55993 Mon Sep 17 00:00:00 2001 From: maxwellbenton Date: Thu, 7 Mar 2019 15:26:17 -0500 Subject: [PATCH] AUTO: Standardizing .gitignore --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..377a2ed2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Created by https://www.gitignore.io/api/node + +.DS_Store + +### Node ### +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# 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 + +# Learn-specific .results.json +.results.json + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +!/log/.keep +/tmp