diff --git a/.gitignore b/.gitignore
index fefa826257a532bd23560c3b3b89852a8786bd55..954db5ee0fe0711e9ec51ee446fb4535f5dce7de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,50 @@
+###
+ # GitIgnore file for JavaScript/NodeJs Language projects.
+ # See https://git-scm.com/docs/gitignore for documentation.
+ #
+ # https://git.brandon-rodriguez.com/other/gitignore
+ # Version 1.0
+ ##
 
-# Do not track local environment settings.
-.venv/
-.vscode/
+
+# Ignore system files.
+.DS_Store
+Thumbs.db
+
+
+# Ignore environment settings.
+.env/
 .idea/
 .vs/
+.vscode/
+.env
+dist/
 env/
+idea/
 node_modules/
-temp/
-venv/
-package-lock.json
+vs/
+vscode/
+config.js
 
 
-# Do not track local environment logs.
+# Ignore temporary files.
+[Tt]mp/
+[Tt]emp/
+[Tt]empfiles/
+[Tt]emp_files/
+*.tmp
+*.temp
+
+
+# Ignore logfiles.
+[Ll]og/
+[Ll]ogs/
 *.log
 *.log.*
+
+
+###
+ # Project-specific ignores go below here.
+ ##
+
+package-lock.json