-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
88 lines (88 loc) · 1.94 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.idea/
.settings
.buildpath
.project
/error.log
/access.log
/dev
/var
/privatesales
/.htaccess
/.htaccess.sample
/api.php
/cron.php
/cron.sh
/favicon.ico
/get.php
/index.php
/index.php.sample
/install.php
/LICENSE_AFL.txt
/LICENSE_EE.txt
/LICENSE_EE.html
/LICENSE.html
/LICENSE.txt
/mage
/php.ini.sample
/RELEASE_NOTES.txt
/downloader
/errors
/pkginfo
/shell
/includes
/lib
/media
/js
/skin/*
!/skin/frontend
/skin/frontend/*
!/skin/frontend/base
/skin/frontend/base/*
!/skin/frontend/base/default
/skin/frontend/base/default/*
!/skin/frontend/base/default/js
/skin/frontend/base/default/js/*
!/skin/frontend/base/default/js/omni
/skin/frontend/base/default/js/omni/*
!/skin/frontend/base/default/js/omni/ajax_add_to_cart.js
!/skin/frontend/base/default/css
/skin/frontend/base/default/css/*
!/skin/frontend/base/default/css/omni
/skin/frontend/base/default/css/omni/*
!/skin/frontend/base/default/css/omni/loader.css
/app/*
!/app/etc
/app/etc/*
!/app/etc/modules
/app/etc/modules/*
!/app/etc/modules/Omni_AjaxAddToCart.xml
!/app/code
/app/code/*
!/app/code/community
/app/code/community/*
!/app/code/community/Omni
/app/code/community/Omni/*
!/app/code/community/Omni/AjaxAddToCart
!/app/locale
/app/locale/*
!/app/locale/en_US
/app/locale/en_US/*
!/app/locale/en_US/Omni_AjaxAddToCart.csv
!/app/design
/app/design/*
!/app/design/frontend
/app/design/frontend/*
!/app/design/frontend/base
/app/design/frontend/base/*
!/app/design/frontend/base/default
/app/design/frontend/base/default/*
!/app/design/frontend/base/default/layout
/app/design/frontend/base/default/layout/*
!/app/design/frontend/base/default/layout/omni
/app/design/frontend/base/default/layout/omni/*
!/app/design/frontend/base/default/layout/omni/ajax_add_to_cart.xml
!/app/design/frontend/base/default/template
/app/design/frontend/base/default/template/*
!/app/design/frontend/base/default/template/omni
/app/design/frontend/base/default/template/omni/*
!/app/design/frontend/base/default/template/omni/loader.phtml