forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.header-stamp-config.yml
More file actions
75 lines (75 loc) · 2.1 KB
/
.header-stamp-config.yml
File metadata and controls
75 lines (75 loc) · 2.1 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
license: .header-stamp-osl3-license.txt
discriminationString:
# New discriminator since 9.1
- For the full copyright and license information
# Old discriminator, important to handle migration/update correctly
- NOTICE OF LICENSE
extensions:
- 'php'
- 'js'
- 'ts'
- 'css'
- 'scss'
- 'tpl'
- 'twig'
- 'json'
- 'vue'
excludedFiles:
# versioning folders
- '.git'
- '.github'
- '.composer'
- 'composer.json'
# admin folders
- 'admin-dev/themes/new-theme/package.json'
- 'admin-dev/themes/default/package.json'
- 'admin-dev/filemanager'
- 'admin-dev/themes/default/public'
- 'admin-dev/themes/default/example'
- 'admin-dev/themes/new-theme/public'
- 'admin-dev/themes/default/css/bundle'
- 'admin-dev/themes/default/css/overrides.css'
- 'admin-dev/themes/default/css/font.css'
# Config files
- 'app/config/parameters.php'
# js dependencies
- 'js/tiny_mce'
- 'js/jquery'
- 'js/cropper'
- 'js/fileuploader.js'
- 'js/admin/tinymce.inc.js'
- 'js/date.js'
# mails folder
- 'mails/themes'
# tools dependencies
- 'tools/htmlpurifier'
- 'tools/build/Library/InstallUnpacker/content'
- 'tools/build/composer.json'
- 'themes/package.json'
# modules are not part of the core, they are independent and installed via composer
- 'modules'
# dependencies
- 'vendor'
- 'node_modules'
# themes are not part of the core
- 'themes/classic'
- 'themes/hummingbird'
- 'themes/_libraries/font-awesome'
# tests folders (ignore resources mainly, PHPUnit classes still need to be fixed for example)
- 'tests/Resources/modules'
- 'tests/Resources/modules_tests/override'
- 'tests/Resources/themes'
- 'tests/Resources/translations'
- 'tests/Resources/ModulesOverrideInstallUninstallTest'
- 'tests/E2E'
- 'tests/Unit/Resources/config'
- 'tests/Unit/Resources/assets'
- 'tests/Unit/Resources/twig'
- 'tests/UI'
# No need to check the cache
- 'var'
# Install files
- 'install-dev/theme/js/sprintf.min.js'
- 'install-dev/theme/js/zxcvbn-core.js'
- 'install-dev/theme/js/zxcvbn-language-common.js'
- 'install-dev/theme/js/zxcvbn-language-en.js'