-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (41 loc) · 836 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
# Ignore SO files
.DS_Store
.idea
# Ignore contributed code.
vendor
web/core
web/modules/contrib
web/profiles/contrib
web/themes/contrib
web/sites/default/files
# Ignore dev files
node_modules
web/themes/**/build
web/themes/**/yarn-error.log
# Ignore scaffolded files.
web/.csslintrc
web/.eslintignore
web/.eslintrc.json
web/.ht.router.php
web/.htaccess
web/autoload.php
web/example.gitignore
web/index.php
web/INSTALL.txt
web/README.md
web/robots.txt
web/update.php
web/web.config
/.editorconfig
/.gitattributes
# Ignore backstopjs files.
/.ddev/tests/backstop/backstop_data/bitmaps_test/
/.ddev/tests/backstop/backstop_data/engine_scripts
/.ddev/tests/backstop/backstop_data/html_report
backstop/backstop.json
# Ignore storybook files.
storybook/build-storybook.log
storybook/storybook-static
# Ignore logs.
logs
!logs/.gitkeep