Skip to content

Commit 7a546c7

Browse files
author
David Alger
committed
MAGETWO-37843:All responsive email templates in Blank Theme
- reverted the .gitignore *somebody* removed in commit 3e049c2
1 parent dfc0694 commit 7a546c7

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
/.buildpath
2+
/.cache
3+
/.metadata
4+
/.project
5+
/.settings
6+
atlassian*
7+
/nbproject
8+
/sitemap
9+
/.idea
10+
/.gitattributes
11+
/app/config_sandbox
12+
/app/etc/config.php
13+
/app/etc/env.php
14+
/app/code/Magento/TestModule*
15+
/lib/internal/flex/uploader/.actionScriptProperties
16+
/lib/internal/flex/uploader/.flexProperties
17+
/lib/internal/flex/uploader/.project
18+
/lib/internal/flex/uploader/.settings
19+
/lib/internal/flex/varien/.actionScriptProperties
20+
/lib/internal/flex/varien/.flexLibProperties
21+
/lib/internal/flex/varien/.project
22+
/lib/internal/flex/varien/.settings
23+
/node_modules
24+
/.grunt
25+
26+
/pub/media/*.*
27+
!/pub/media/.htaccess
28+
/pub/media/catalog/*
29+
!/pub/media/catalog/.htaccess
30+
/pub/media/customer/*
31+
!/pub/media/customer/.htaccess
32+
/pub/media/downloadable/*
33+
!/pub/media/downloadable/.htaccess
34+
/pub/media/import/*
35+
!/pub/media/import/.htaccess
36+
/pub/media/theme/*
37+
/pub/media/theme_customization/*
38+
!/pub/media/theme_customization/.htaccess
39+
/pub/media/wysiwyg/*
40+
!/pub/media/wysiwyg/.htaccess
41+
/pub/media/tmp/*
42+
!/pub/media/tmp/.htaccess
43+
/pub/media/captcha/*
44+
/pub/static/*
45+
!/pub/static/.htaccess
46+
47+
/var/*
48+
!/var/.htaccess
49+
/vendor

0 commit comments

Comments
 (0)