-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
51 lines (43 loc) · 1.05 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
# Ignore public directory because all project modules, themes, profiles,
# libraries and public files are managed by Composer and Drupal Scaffold
# Plugin.
/web/
# Ignore third-party dependencies that are managed with Composer.
# Generally you should only ignore the root vendor directory. It's important
# that core/assets/vendor and any other vendor directories within contrib or
# custom module, theme, etc., are not ignored unless you purposely do so.
/vendor/
# Ignore paths that contain user-generated content.
/.local
/var/
# Ignore IDE project settings.
.idea
# Ignore npm packages.
node_modules
yarn-error.log
# Appended by core.
.csslintrc
.ht.router.php
.htaccess
INSTALL.txt
README.txt
web/README.md
autoload.php
example.gitignore
index.php
robots.txt
update.php
web.config
# Ignore scaffold files provided by drupal:scaffold.
.gitattributes
.editorconfig
example.sites.php
example.settings.local.php
default.settings.php
default.services.yml
production.settings.example.php
# ignore db backup
*.sql
*.sql.gz
# Ignore helpers for PHPStorm.
.phpstorm.meta.php