forked from badibouteraa/parliamentwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
70 lines (55 loc) · 1.59 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
# Ignore development PHP settings
php.ini
# Ignore configuration files that may contain sensitive information.
httpdocs/sites/*/*settings*.php
salt.inc.php
# Ignore paths that contain user-generated content.
httpdocs/sites/*/files/*
httpdocs/sites/*/files
httpdocs/sites/*/private/*
httpdocs/sites/sites.php
# Ignore generated theme css
httpdocs/sites/all/themes/custom/*/css/*
!httpdocs/sites/all/themes/custom/*/css/awfont.css
!httpdocs/sites/all/themes/custom/*/css/ckeditor.newsletter.css
!/httpdocs/sites/all/themes/custom/aw_admintheme/css/aw_admintheme.css
# Ignore js-assets generated by grunt build-process
httpdocs/sites/all/themes/custom/*/js/contrib/*
!httpdocs/sites/all/themes/custom/*/js/contrib/pym.v1.min.js
# Ignore receipts path
httpdocs/r
httpdocs/parser
# Do NOT ignore .htaccess rules (Drupal SA-CORE-2013-003)
!httpdocs/*/.htaccess
!httpdocs/sites/*/files/.htaccess
!httpdocs/sites/*/private/.htaccess
!httpdocs/sites/*/files/private/.htaccess
# Ignore gdata stuff
gdata
# Ignore drupal txt files
httpdocs/CHANGELOG.txt
httpdocs/COPYRIGHT.txt
httpdocs/INSTALL.mysql.txt
httpdocs/INSTALL.pgsql.txt
httpdocs/INSTALL.sqlite.txt
httpdocs/INSTALL.txt
httpdocs/LICENSE.txt
httpdocs/MAINTAINERS.txt
httpdocs/README.txt
httpdocs/UPGRADE.txt
# Do NOT ignore contrib license
!sites/*/*/contrib/*/LICENSE.txt
# Ignore google webmaster tools
googleb9537432b2dce52c.html
# Ignore Docker environment file
.env
# Ignore folders containing Javascript libraries
bower_components/
node_modules/
src/package-lock.json
# Ignore translation templates
*.pot
# Ignore IDE files
.idea
# Ignore Mac files
.DS_Store