git: Globally ignore node_modules

This commit is contained in:
2021-04-04 10:50:48 +02:00
parent 1bc07937bb
commit 2478e7200e

View File

@@ -6,3 +6,6 @@
# Ignore vscode files
.vscode
# Ignore all node_modules
node_modules