forked from concretecms/concretecms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
126 lines (109 loc) · 2.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# ignore system files
.DS_Store
.idea
thumbs.db
__MACOSX
._*
.*swp
.*swo
# ignore composer files
composer.phar
# ignore the config
/web/application/config/*
# ignore everything but the index.html
/web/application/files/*
!/web/application/files/index.html
/web/concrete/vendor
# ignore updates folder
/web/updates/*
# ignore packages folder
/web/packages/*
/web/concrete/packages/*
# more stuff
/web/application/languages/*
# ignore sitemap.xml
/web/sitemap.xml
# ignore the error log and .htaccess and others
error_log
.htaccess
.ftpquota
/.idea/
# ignore Aptana and Eclipse project files
.project
# ignore Eclipse-specific files
/.settings/
/.buildpath
# ignore JavaScript source maps
/web/concrete/js/*.js.map
/web/concrete/js/bootstrap/*.js.map
# ignore node modules used for building
/build/node_modules
/build/release
/build/Gruntfile.parameters.js
/build/npm-debug.log
# ignore PHP symbol map
__IDE_SYMBOLS__.php
.phpstorm.meta.php
# Built assets
# JS
/web/concrete/js/account.js
/web/concrete/js/app.js
/web/concrete/js/backstretch.js
/web/concrete/js/bootstrap-editable.js
/web/concrete/js/bootstrap/alert.js
/web/concrete/js/bootstrap/button.js
/web/concrete/js/bootstrap/dropdown.js
/web/concrete/js/bootstrap/popover.js
/web/concrete/js/bootstrap/tooltip.js
/web/concrete/js/bootstrap/transition.js
/web/concrete/js/conversations.js
/web/concrete/js/dashboard.js
/web/concrete/js/dropzone.js
/web/concrete/js/dynatree.js
/web/concrete/js/events.js
/web/concrete/js/file-manager.js
/web/concrete/js/gathering.js
/web/concrete/js/groups.js
/web/concrete/js/image-editor.js
/web/concrete/js/jquery-cookie.js
/web/concrete/js/jquery-fileupload.js
/web/concrete/js/jquery-form.js
/web/concrete/js/jquery-magnific-popup.js
/web/concrete/js/kinetic.js
/web/concrete/js/layouts.js
/web/concrete/js/redactor.js
/web/concrete/js/jquery-awesome-rating.js
/web/concrete/js/sitemap.js
/web/concrete/js/spectrum.js
/web/concrete/js/style-customizer.js
/web/concrete/js/topics.js
/web/concrete/js/underscore.js
/web/concrete/js/lightbox.js
/web/concrete/js/legacy.js
/web/concrete/js/select2.js
# CSS
/web/concrete/css/select2.css
/web/concrete/css/account.css
/web/concrete/css/app.css
/web/concrete/css/conversations.css
/web/concrete/css/dynatree.css
/web/concrete/css/editable-fields.css
/web/concrete/css/file-manager.css
/web/concrete/css/font-awesome.css
/web/concrete/css/frontend/pagination.css
/web/concrete/css/gathering/base.css
/web/concrete/css/gathering/display.css
/web/concrete/css/image-editor.css
/web/concrete/css/jquery-magnific-popup.css
/web/concrete/css/jquery-awesome-rating.css
/web/concrete/css/jquery-ui.css
/web/concrete/css/redactor.css
/web/concrete/css/sitemap.css
/web/concrete/css/spectrum.css
/web/concrete/css/style-customizer.css
/web/concrete/css/topics.css
/web/concrete/css/views/install.css
/web/concrete/themes/concrete/main.css
/web/concrete/themes/dashboard/main.css
/web/concrete/themes/elemental/css/bootstrap-modified.css
/web/concrete/css/legacy.css