diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-16 19:15:52 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-16 19:15:52 +0200 |
| commit | fc7c2e5768d7e1a54cc92a02f9ed6c4def3ad5e0 (patch) | |
| tree | d3ddff081a0b2e4a1452208919c03b8e9693cc41 /.gitignore | |
| parent | bc1bb826ca150f194519508d3494ebe33167533b (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-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
