From fc7c2e5768d7e1a54cc92a02f9ed6c4def3ad5e0 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 19:15:52 +0200 Subject: ignore the unreadable mini files at this point they don't even count as source for me, they are more like binaries but only using readable characters. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a9c1763..4342bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,10 @@ $RECYCLE.BIN/ Network Trash Folder Temporary Items .apdisk -node_modules \ No newline at end of file + +# Node module directory +node_modules + +# Minified files in the wrong folder (this is for testing) +*.b.js +*.b.js.map \ No newline at end of file -- cgit