-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (38 loc) · 1.01 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
# Ignore non-custom parts of Drupal.
drupal/core
drupal/modules/contrib
drupal/profiles/contrib
drupal/themes/contrib
drupal/sites/default/files
drupal/sites/simpletest
# Ignore local settings.
drupal/sites/default/settings.local.php
# Ignore dependencies.
vendor/
node_modules/
# ===============================================
# Temporary data --------------------------------
# ===============================================
.mysql
.idea
.vscode
temp
.DS_Store
.editorconfig
# ===============================================
# Drupal Console logs.
# ===============================================
./console/logs
# ===============================================
# Custom project dependencies and settings.
# ===============================================
node_modules
# ===============================================
# Next.js app ignored files and folders.
# ===============================================
next/node_modules/
next/.next/
next/coverage/
next/static/showcase/
next/storybook-static/
next/yarn-error.log