forked from StarCitizenTools/mediawiki-skins-Citizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
40 lines (33 loc) · 789 Bytes
/
.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
# Git
.gitignore export-ignore
.gitattributes export-ignore
# Styles
.stylelintignore export-ignore
.stylelintrc.json export-ignore
# Scripts
.eslintignore export-ignore
.eslintrc.json export-ignore
package.json export-ignore
package-lock.json export-ignore
node_modules export-ignore
# Github
README.md export-ignore
.github export-ignore
# Composer
bin export-ignore
.phpcs.xml export-ignore
composer.json export-ignore
composer.lock export-ignore
vendor export-ignore
# Release-please
.release-please-manifest.json export-ignore
.versionrc.json export-ignore
release-please-config.json export-ignore
# Tests
tests export-ignore
# Misc
.husky export-ignore
.commitlintrc.json export-ignore
.djlintrc export-ignore
.editorconfig export-ignore
sonar-project.properties export-ignore