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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-01 12:49:16 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-01 12:50:09 +0300
commitf3efbd0c92a7881e025dab054b2e9a81fd433c55 (patch)
tree76022288ced72a041c34f98f6978f163d29e2bac /.gitattributes
parent9e8524843d39090bdadf96702cba3de1c87961a0 (diff)
Move compiled js to git attributes
THat way they do not show up in the git diff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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