forked from concretecms/concrete5-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (43 loc) · 835 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
48
49
50
51
52
53
54
# ignore system files
.DS_Store
thumbs.db
__MACOSX
._*
# ignore the site.php
/web/config/site.php
#ignore everything but the index.html
/web/files/*
!/web/files/index.html
# ignore updates folder
/web/updates/*
# ignore packages folder
/web/packages/*
/web/concrete/packages/*
# more stuff
/web/css/*
/web/js/*
/web/blocks/*
/web/languages/*
/web/tools/*
/web/controllers/*
/web/single_pages/*
/web/models/*
# 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
# ignore node modules used for building
/build/node_modules
/build/release
/build/Gruntfile.parameters.js
/build/npm-debug.log