-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
74 lines (63 loc) · 1.19 KB
/
.gitignore
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
/.buildpath
/.cache
/.metadata
/.project
/.settings
atlassian*
/nbproject
/sitemap
/.idea
/.gitattributes
/app/code/Magento
/app/design/*/Magento
/app/etc
/app/i18n/magento
/app/*.*
/bin
/lab
/lab/*.*
/designer
/designer/*.*
/dev/shell
/dev/tests/*/framework
/dev/tests/*/testsuite/Magento
/dev/tests/*/tmp
/dev/tests/*/etc
/dev/tests/*/*.*
/dev/tests/*.*
/dev/tests/api-functional/config
/dev/tests/api-functional/_files/Magento
/dev/tests/js/JsTestDriver/framework
/dev/tests/js/JsTestDriver/testsuite/lib
/dev/tests/js/JsTestDriver/testsuite/mage
/dev/tests/js/JsTestDriver/*.*
/dev/tests/js/jasmine/assets
/dev/tests/js/jasmine/spec_runner
/dev/tests/js/jasmine/tests/app/code/Magento
/dev/tests/js/jasmine/tests/lib/mage
/dev/tests/js/jasmine/*.*
/dev/tests/performance
/dev/tests/functional/lib/Magento
/dev/tests/functional/tests/app/Magento
/dev/tests/functional/testsuites/Magento
/dev/tests/functional/utils
/dev/tools/Magento
/dev/tools/grunt
/dev/tools/*.*
/dev/*.*
/lib
/pub
/setup
/var
/vendor
/*.*
!/composer.json
!/composer.lock
!/README.md
/app/code/PDP/Integration/Observer/loadGuestDesign.php__
/app/code/PDP/Integration/composer.json
/app/design/
/dev
/php_errorlog
/phpserver
/update