Ignore `node_module/`
authorMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jan 2021 10:21:12 +0000 (11:21 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jan 2021 10:21:12 +0000 (11:21 +0100)
.gitignore

index 78788ea932a3c18320c4f34c2296a5222f0c0802..ba899e9f7fac5300f6b738a3b2d82fd0d3eceb51 100644 (file)
@@ -47,4 +47,7 @@ nbactions.xml
 # WoltLab Suite
 # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
 *.tar
-*.tar.gz
\ No newline at end of file
+*.tar.gz
+
+# Node.js
+node_modules/
\ No newline at end of file