diff options
author | Unknwon <u@gogs.io> | 2015-11-03 09:52:17 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-03 09:52:17 -0500 |
commit | 0af035c37e8b561662c93b163b3294b91be6ffac (patch) | |
tree | d985f7b5c5e635235c5fc503a3d09cf91d81bd14 /public/config.codekit | |
parent | bc8215721627fcdeaa23c6e3bf625e0c4e5c3407 (diff) | |
download | gitea-0af035c37e8b561662c93b163b3294b91be6ffac.tar.gz gitea-0af035c37e8b561662c93b163b3294b91be6ffac.zip |
#1078 not show bin when rename a file
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/config.codekit b/public/config.codekit index ecec2484c3..59d0c333e6 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -5,7 +5,7 @@ "\/css\/dropzone-4.0.1.css": { "fileType": 16, "ignore": 0, - "ignoreWasSetByUser": 0, + "ignoreWasSetByUser": 1, "inputAbbreviatedPath": "\/css\/dropzone-4.0.1.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, @@ -74,11 +74,11 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/css\/semantic-2.1.3.min.css": { + "\/css\/semantic-2.1.5.min.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/semantic-2.1.3.min.css", + "inputAbbreviatedPath": "\/css\/semantic-2.1.5.min.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 @@ -204,12 +204,12 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/js\/libs\/clipboard-1.3.1.min.js": { + "\/js\/libs\/clipboard-1.5.3.min.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/js\/libs\/clipboard-1.3.1.min.js", - "outputAbbreviatedPath": "\/js\/libs\/min\/clipboard-1.3.1.min-min.js", + "inputAbbreviatedPath": "\/js\/libs\/clipboard-1.5.3.min.js", + "outputAbbreviatedPath": "\/js\/libs\/min\/clipboard-1.5.3.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, @@ -281,12 +281,12 @@ "outputPathIsSetByUser": 0, "processed": 0 }, - "\/js\/semantic-2.1.3.min.js": { + "\/js\/semantic-2.1.5.min.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/js\/semantic-2.1.3.min.js", - "outputAbbreviatedPath": "\/js\/min\/semantic-2.1.3.min-min.js", + "inputAbbreviatedPath": "\/js\/semantic-2.1.5.min.js", + "outputAbbreviatedPath": "\/js\/min\/semantic-2.1.5.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, |