-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (48 loc) · 3.11 KB
/
.gitattributes
File metadata and controls
53 lines (48 loc) · 3.11 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Exclude hidden files and directories
.* export-ignore
# Exclude .po and .pot language files
languages/*.po export-ignore
languages/*.pot export-ignore
# Exclude environment files
.env export-ignore
.env.dist export-ignore
# Exclude Claude/AI config
.claude/ export-ignore
# Exclude development files
EXELEARNING_CHANGES.md export-ignore
playwright.config.* export-ignore
scripts/ export-ignore
*.css.map export-ignore
/vendor/ export-ignore
AGENTS.md export-ignore
artifacts/ export-ignore
blueprint.json export-ignore
CHANGELOG.md export-ignore
CLAUDE.md export-ignore
cloudflare-worker/ 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
LICENSE.txt export-ignore
Makefile export-ignore
mkdocs.yml export-ignore
node_modules/ export-ignore
package-lock.json export-ignore
package.json export-ignore
phpmd.baseline.xml export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
README.md export-ignore
renovate.json export-ignore
SECURITY.md export-ignore
sftp-config.json export-ignore
sonar-project.properties export-ignore
test.php export-ignore
tests/ export-ignore
# eXeLearning submodule (built editor is in dist/static/)
exelearning/ export-ignore