forked from anhyeuviolet/module-videos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (41 loc) · 907 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
# Ignore some static files and directories.
/.htaccess
/config.php
/CHANGELOG.txt
/COPYRIGHT.txt
/CONTRIBUTING.md
/README.md
/favicon.ico
/index.php
/LICENSE.txt
/robots.php
/robots.txt
/web.config
/admin/
/assets/
/data/
/includes/
/install/
/uploads/
# Ignore fix module files and directories.
/modules/*
!/modules/videos
!/modules/videos/*
/themes/*
!/themes/admin_default/css/videos.css
!/themes/admin_default/js/videos.js
!/themes/admin_default/js/videos_*.js
!/themes/admin_default/images/videos
!/themes/admin_default/images/videos/*
!/themes/admin_default/modules/videos
!/themes/admin_default/modules/videos/*
!/themes/default/css/videos.css
!/themes/default/js/videos.js
!/themes/default/js/videos_*.js
!/themes/default/images/videos
!/themes/default/images/videos/*
!/themes/default/modules/videos
!/themes/default/modules/videos/*
!/uploads/videos/template
!/uploads/videos/template/*
/.project