Ignore `node_module/`
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .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