diff options
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, |