aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 19:15:52 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-16 19:15:52 +0200
commitfc7c2e5768d7e1a54cc92a02f9ed6c4def3ad5e0 (patch)
treed3ddff081a0b2e4a1452208919c03b8e9693cc41 /.gitignore
parentbc1bb826ca150f194519508d3494ebe33167533b (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
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