forked from Drupalcz/drupalcz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (41 loc) · 933 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
# Ignore local configuration.
docroot/sites/default/settings.local.php
# Ignore changes done by installer.
docroot/sites/default/settings.php
# Ignore paths that contain user-generated content.
docroot/files
docroot/sites/*/files
docroot/sites/*/private
# SaaS
.sass-cache
# Logs, databases and archives
*.log
*.sql
*gz
*bz2
# Tools
adminer.php
# OS generated files
.DS_Store*
__MACOSX
ehthumbs.db
Icon
Thumbs.db
._*
# Development enviroments:
# PHPStorm
.idea
# NetBeans
/nbproject
# Vim generated files
*.un~
*.swp
# Allow developers to use extra projects locally.
docroot/modules/_dev_loc
docroot/themes/_dev_loc
# Configure your global git ignore to take care of your specifics.
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
tests/behat/vendor
# Node modules and bower components from Theme.
/docroot/themes/custom/dcz_skin/node_modules/
/docroot/themes/custom/dcz_skin/bower_components/