forked from nukeviet/module-shops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (46 loc) · 872 Bytes
/
.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
# Ignore some static files and directories.
/.gitattributes
/.gitignore
/.settings/
/.buildpath
/.project
/.htaccess
/composer.json
/config.php
/CHANGELOG.txt
/COPYRIGHT.txt
/favicon.ico
/index.php
/LICENSE.txt
/robots.php
/robots.txt
/web.config
/admin/
/assets/
/data/
/includes/
/install/
/uploads/
/vendor/
/README.md
# Ignore fix module files and directories.
!/assets/shops
!/assets/shops/*
/modules/*
!/modules/shops
!/modules/shops/*
/themes/*
!/themes/admin_default/css/shops.css
!/themes/admin_default/images/shops
!/themes/admin_default/images/shops/*
!/themes/admin_default/modules/shops
!/themes/admin_default/modules/shops/*
!/themes/default/css/shops.css
!/themes/default/images/shops
!/themes/default/images/shops/*
!/themes/default/modules/shops
!/themes/default/modules/shops/*
!/service_shops_nganluong.php
!/uploads/shops
!/uploads/shops/*
/error.php