-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
84 lines (74 loc) · 1.11 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
# Specific drupal files #
#########################
/?*.txt
/?*.php
/backups
/dumps
/includes
/misc
/modules
/profiles/minimal
/profiles/standard
/profiles/testing
/scripts
/themes
sites/all/libraries
sites/all/modules/contrib
sites/all/modules/devel/*
!sites/all/modules/devel/fixtures
sites/all/themes/omega
sites/all/*.txt
sites/all/*/*.txt
sites/example.sites.php
sites/default
sites/*.txt
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
!sites/dev/settings.php
!sites/stage/settings.php
# Ignore paths that contain user-generated content.
sites/*/files
# Third party libraries and tools #
/bin
/reports
/vendor
composer.lock
behat.yml
# Module downloads #
####################
/FirePHPCore
# Editor generated files #
##########################
*~
*.bak
*.old
*.tmp
*.temp
netbeans
*.sublime-*
# Webserver files #
###################
.htaccess
web.config
# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
# Logs #
########
*.log
# Configuration #
#################
config.cfg
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip