forked from Drupalcz/drupalcz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (47 loc) · 1.01 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
# Ignore directories generated by Composer
/docroot/core
/docroot/modules/contrib
/docroot/themes/contrib
/docroot/profiles/contrib
# ignore vendor
/vendor
# Ignore sensitive information
# /docroot/sites/*/settings.php
/docroot/sites/*/settings.local.php
# Ignore Drupal's file directory
/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/