-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
73 lines (68 loc) · 1.57 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
##
# Misc
##
.DS_Store
*.log
##
# Zend Studio
##
.settings
.buildpath
.project
.externalToolBuilders
##
# Magento
##
/.buildpath
/.cache
/.metadata
/.project
/.settings
atlassian*
/nbproject
/sitemap
.idea
/.gitattributes
src/store/app/config_sandbox
#src/store/app/etc/config.php
#src/store/app/etc/env.php
src/store/app/code/Magento/TestModule*
src/store/lib/internal/flex/uploader/.actionScriptProperties
src/store/lib/internal/flex/uploader/.flexProperties
src/store/lib/internal/flex/uploader/.project
src/store/lib/internal/flex/uploader/.settings
src/store/lib/internal/flex/varien/.actionScriptProperties
src/store/lib/internal/flex/varien/.flexLibProperties
src/store/lib/internal/flex/varien/.project
src/store/lib/internal/flex/varien/.settings
/node_modules
/.grunt
src/store/pub/media/*.*
!src/store/pub/media/.htaccess
src/store/pub/media/catalog/*
!src/store/pub/media/catalog/.htaccess
src/store/pub/media/customer/*
!src/store/pub/media/customer/.htaccess
src/store/pub/media/downloadable/*
!src/store/pub/media/downloadable/.htaccess
src/store/pub/media/import/*
!src/store/pub/media/import/.htaccess
src/store/pub/media/theme/*
src/store/pub/media/theme_customization/*
!src/store/pub/media/theme_customization/.htaccess
src/store/pub/media/wysiwyg/*
!src/store/pub/media/wysiwyg/.htaccess
src/store/pub/media/tmp/*
!src/store/pub/media/tmp/.htaccess
src/store/pub/media/captcha/*
src/store/pub/static/*
!src/store/pub/static/.htaccess
src/store/var/*
!src/store/var/.htaccess
!src/store/vendor/.htaccess
src/store/composer.phar
src/store/var/log/
var/generation/
var/*
pub/static/*
var/*