Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-15 13:41:54 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-18 13:12:52 +0300
commit35faabe854f5e036d63d3c4ff2c5e5446610ee45 (patch)
treec6fba44f72f5a005943c86ceae395297f75ad5bd /.gitattributes
parent72594a93dd99e82b555121cdb96152eef3ec0dfe (diff)
Ignore compiled JS in diff
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3ce6f23
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/js/*.js binary
+/js/*.js.map binary