diff options
author | Unknwon <u@gogs.io> | 2015-08-11 17:54:00 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-11 17:54:00 +0800 |
commit | 89c2bd4a0dd85261f72565ba8395644da8129fea (patch) | |
tree | cbd75644b3a7d83df8353fd93538564b8afa16fd /config.codekit | |
parent | 17f3e840ec7e7dbff5d3d6e6da4e8347844f6817 (diff) | |
download | gitea-89c2bd4a0dd85261f72565ba8395644da8129fea.tar.gz gitea-89c2bd4a0dd85261f72565ba8395644da8129fea.zip |
finish create issue attachment UI
Diffstat (limited to 'config.codekit')
-rw-r--r-- | config.codekit | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.codekit b/config.codekit index bd38125bd8..7a8bc2912f 100644 --- a/config.codekit +++ b/config.codekit @@ -95,6 +95,15 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/public\/css\/dropzone.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/css\/dropzone.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, "\/public\/css\/font-awesome.min.css": { "fileType": 16, "ignore": 0, |