-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (24 loc) · 1.43 KB
/
Copy path.gitattributes
File metadata and controls
26 lines (24 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Auto detect text files and perform LF normalization
* text=auto
*.tpl linguist-language=HTML
*.php linguist-language=PHP
# Seed dumps carry verbatim user content (e.g. CRLF inside markdown
# bodies pasted into the editor). Disable line-ending normalisation so
# the round-trip via `imanager dump` stays byte-identical to source.
docker/seed-demo.sql -text
docker/seed-demo-uploads.tar.gz binary
# Bundled third-party assets under public/editor-assets/ and
# public/themes/. These are shipped as-is from upstream releases (no
# build step) and would otherwise drown the real Scriptor source in
# GitHub's language stats. Mark them as vendored so Linguist excludes
# them. Own code (filepond-init.js, editor.js, styles.css, tokens.css,
# themes/basic/{scripts/main.js,css/styles.css}) stays unmarked.
public/editor-assets/scripts/jquery.min.js linguist-vendored
public/editor-assets/scripts/jquery-ui.min.js linguist-vendored
public/editor-assets/scripts/prism.js linguist-vendored
public/editor-assets/scripts/remarkable/** linguist-vendored
public/editor-assets/scripts/filepond/** linguist-vendored
public/editor-assets/css/jquery-ui.css linguist-vendored
public/editor-assets/css/css-gg.css linguist-vendored
public/editor-assets/css/css-gg.min.css linguist-vendored
public/editor-assets/css/prism.css linguist-vendored