diff options
author | Unknwon <u@gogs.io> | 2015-11-25 20:10:25 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-25 20:10:25 -0500 |
commit | 2b10fdc4dcb987b347b031f460cf4f02fd48a31a (patch) | |
tree | f3f723c75684c4213a58d57a2ce0b6afdc597d25 /public/config.codekit | |
parent | 2f28a0310b0f391dd74bb3a2ab0ae06379a4fb1a (diff) | |
download | gitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.tar.gz gitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.zip |
Wiki: UI for page new
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/config.codekit b/public/config.codekit index 29dd366c67..aaf47017fb 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -4,8 +4,8 @@ "files": { "\/css\/dropzone-4.2.0.css": { "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, + "ignore": 1, + "ignoreWasSetByUser": 1, "inputAbbreviatedPath": "\/css\/dropzone-4.2.0.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, @@ -92,6 +92,15 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/css\/simplemde-1.8.1.min.css": { + "fileType": 16, + "ignore": 1, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/css\/simplemde-1.8.1.min.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, "\/css\/themes\/default\/assets\/images\/flags.png": { "fileType": 32768, "ignore": 0, |