forked from exelearning/exelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
142 lines (114 loc) · 2.61 KB
/
Copy path.gitignore
File metadata and controls
142 lines (114 loc) · 2.61 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
###> symfony/framework-bundle ###
.env
/.env
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/*
/src/var/
/e2e_screenshots/
!/var/.gitkeep
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> files ###
#/public/files/*
#!/public/files/perm/odes/.gitkeep
#!/public/files/tmp/.gitkeep
###< files ###
###> architecture records ###
# Derived index, produced on demand by `make architecture-records`. Never commit
# it: a generated file in git conflicts on every concurrent branch.
doc/architecture/adr/records.md
doc/architecture/changes/records.md
###< architecture records ###
/data
vendor
# Vendored third-party runtime files ARE tracked (see THIRD-PARTY-NOTICES.md)
!/public/app/common/scorm/scorm12/vendor
!/public/app/common/scorm/scorm12/vendor/**
### macOS ###
# General macOS file excludes
.DS_Store
.AppleDouble
.LSOverride
._*
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
# Ignore Aider files
.aider*
# Ignore node_modules
node_modules/
# Ignore lock files
package-lock.json
symfony.lock
yarn.lock
# Ignore dist directory
/dist
public/style/workarea/main.css
public/style/workarea/main.css.map
# Ignore SQLite database
exelearning.db
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
data_database/
data_persistent/
symfony.lock
.phpunit.cache
.idea/
runtime/
symfony_legacy
nestjs_legacy
test-results/
coverage/
test/temp/
playwright-report/
.env
release/
# Generated bundles
public/app/app.bundle.js
public/app/yjs/exporters.bundle.js
public/app/yjs/importers.bundle.js
public/app/common/i18n/
public/app/dist/
###> claude-code ###
.claude/settings.local.json
###< claude-code ###
# Electron app generated content
/app/dist/
/app/node_modules/
# Slide iDevice — pre-built editor bundle (regenerated by package.json postinstall)
/public/files/perm/idevices/base/slide/edition/slide-editor.bundle.js
.omc/
# Live-LMS harness working directories (see test/e2e/moodle/README.md)
test/e2e/moodle/packages/*
!test/e2e/moodle/packages/.gitkeep
test/e2e/moodle/plugins/*
!test/e2e/moodle/plugins/.gitkeep