-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
48 lines (42 loc) · 822 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
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/sync/
/web/core/
/web/modules/contrib/
#/web/modules/custom/
/web/themes/contrib/
/web/profiles/contrib/
/web/profiles/custom/
/web/libraries/
# Ignore all site specific data
/web/sites/*
/web/sites/default/files
/web/sites/default/settings.php
/web/sites/default/services.yml
!/web/sites/default/
!/web/sites/example.sites.php
!/web/sites/example.settings.local.php
# Ignore IDE files
/.idea/
/.vscode/
*.iml
*.code-workspace
# Ignore all log files
*.log
# Ignore node modules
node_modules
# Ignore some css related stuff
*.css.map
*.css.map.map
# Ignore default text files
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt