-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 734 Bytes
/
.gitignore
File metadata and controls
41 lines (34 loc) · 734 Bytes
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
# Ignore directories generated by Composer
/.drush-lock-update
/drush/Commands/contrib/
/drush/sites/lagoon.site.yml
/vendor/
/web
# Ignore directories generated by yarn
/node_modules/
/test/
/yarn.lock
/package.json
# Ignore Drupal's file directory
/web/sites/*/files/
# Ingore files that are only for the current local environment
web/sites/*/settings.local.php
web/sites/*/services.local.yml
# Ignore SimpleTest multi-site environment.
web/sites/simpletest
# Ignore files generated by PhpStorm
/.idea/
/.editorconfig
/.gitattributes
.csslintrc
.eslintignore
.eslintrc.json
.ht.router.php
.htaccess
autoload.php
index.php
INSTALL.txt
robots.txt
update.php
# ignore scaffolding flag scaffolding_done.flag
scaffolding_done.flag