Prevent conflicts with minified JS during merges
authorAlexander Ebert <ebert@woltlab.com>
Sat, 5 Apr 2014 23:38:44 +0000 (01:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 5 Apr 2014 23:38:44 +0000 (01:38 +0200)
wcfsetup/install/files/js/.gitattributes [new file with mode: 0644]

diff --git a/wcfsetup/install/files/js/.gitattributes b/wcfsetup/install/files/js/.gitattributes
new file mode 100644 (file)
index 0000000..dd55300
--- /dev/null
@@ -0,0 +1 @@
+*.min.js merge=ours
\ No newline at end of file