forked from ableplayer/ableplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (33 loc) · 1001 Bytes
/
.gitattributes
File metadata and controls
35 lines (33 loc) · 1001 Bytes
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
27
28
29
30
31
32
33
34
35
#
# Exclude these files from release archives.
# This will also make them unavailable when using Composer with `--prefer-dist`.
# If you develop for Clicky using Composer, use `--prefer-source`.
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
/.gitattributes export-ignore
/.gitignore export-ignore
package.json export-ignore
package-lock.json export-ignore
contributing.md export-ignore
code-of-conduct.md export-ignore
_config.yml
Gruntfile.js
/stylesheets export-ignore
/scripts export-ignore
/demos export-ignore
/media export-ignore
/images export-ignore
# Set the default behavior, in case people don't have core.autocrlf set.
# Git will always convert line endings to LF on checkout, even on Windows
* text eol=lf
# Denote all files that are truly binary and should not be modified.
*.eot binary
*.ttf binary
*.woff binary
*.png binary
*.jpg bin
*.mp3 binary
*.ogg binary
*.mp4 binary
*.webm binary