-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (30 loc) · 1.18 KB
/
Copy path.gitattributes
File metadata and controls
32 lines (30 loc) · 1.18 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
27
28
29
30
31
32
# Exclude hidden files and directories
.* export-ignore
# Exclude .po and .pot language files
languages/*.po export-ignore
languages/*.pot export-ignore
# Exclude development files
*.css.map export-ignore
/vendor/ export-ignore
blueprint.json export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
composer.json export-ignore
composer.lock export-ignore
CONVENTIONS.md export-ignore
docker-compose.yml export-ignore
docs/ export-ignore
Makefile export-ignore
mkdocs.yml export-ignore
node_modules/ export-ignore
package-lock.json export-ignore
package.json export-ignore
phpunit.xml.dist export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
README.md export-ignore
renovate.json export-ignore
sftp-config.json export-ignore
sonar-project.properties export-ignore
test.php export-ignore
tests/ export-ignore