forked from PopupMaker/Popup-Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
50 lines (47 loc) · 1.23 KB
/
.gitattributes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Set default behaviour to automatically normalize line endings.
* text eol=lf
*.png binary
*.jpg binary
# Items to ignore when downloading a zip
/.* export-ignore
bin export-ignore
CODE_OF_CONDUCT.md export-ignore
CHANGELOG.txt export-ignore
composer.* export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
phpcs.xml export-ignore
phpunit.* export-ignore
README.md export-ignore
tests export-ignore
renovate.json export-ignore
.browserslistrc export-ignore
.distignore export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc.js export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.jshintrc export-ignore
.phpcs.xml.dist export-ignore
.prettierrc.js export-ignore
.scrutinizer.yml export-ignore
.stylelintignore export-ignore
.stylelintrc.json export-ignore
.travis.yml export-ignore
apigen.neon export-ignore
composer.json export-ignore
Gruntfile.js export-ignore
gulpfile.js export-ignore
labels.json export-ignore
package.json export-ignore
phpci.yml export-ignore
phpunit.xml export-ignore
postcss.config.js export-ignore
readme.txt export-ignore
/bin/ export-ignore
/tests/ export-ignore
/tasks/ export-ignore
/assets/js/src/ export-ignore
/assets/sass/ export-ignore