-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
63 lines (52 loc) · 983 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
55
56
57
58
59
60
61
62
63
# Ignore contrib content generated by Composer
/.drush-lock-update
/drush/Commands/contrib/
/.gitattributes
# Ignore packager folders
/vendor/
node_modules
# Ignore everything by default.
/web/*
# Commit custom themes
!/web/themes
/web/themes/*
!/web/themes/custom
# Commit custom modules
!/web/modules
/web/modules/*
!/web/modules/custom
# Commit custom settings
!/web/sites
/web/sites/*
!/web/sites/default
/web/sites/default/*
!/web/sites/default/drush.yml
!/web/sites/default/settings.php
!/web/sites/default/services.yml
!/web/sites/default/settings.memcache.php
!/web/sites/default/services.memcache.yml
!/web/sites/default/settings.development.php
!/web/sites/default/services.development.yml
# Local only settings
.env
.lando.local.yml
/docker-compose.override.yml
# Trash
.DS_Store
Thumbs.db
ehthumbs.db
*.tmp
*.swp
# Ignore files generated by editors
/.idea/
/.vscode/
/.editorconfig
.dccache
# Danger zone
/.composer/
/.ssh/
/private/
*.log
*.sql
*.gz
# Custom