-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (57 loc) · 1.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#### Digital.gov Specific
web/themes/custom/digital_gov/static/dist
web/themes/custom/digital_gov/static/uswds
.twig-cs-fixer.cache
# Ignore Tome static generated files.
html
#### End Digital.gov Specific
#### Added by Drupal Env project scaffolding ####
# Ignore .env files as they are personal
/*.env
# Ensure composer.log is NOT ignored.
!/composer.log
# Mount directories created for platform.sh
/tmp
/private
/.drush
/drush-backups
/.console
/var
# IDE settings
/.idea
/.vscode
# Databases
/*.sql
/*.sql.gz
/db/*.sql
/db/*.sql.gz
# Node dependencies
node_modules
# Ignore contrib files
/drush/Commands/contrib
/vendor
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Visual Studio Code
.vscode/*
!.vscode/
!.vscode/launch.json
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
# Shared DrupalEnv Robo configuration
roboConfDrupalEnv.local.yml
# ./php.sh bin path
.php.env
#### End added by Drupal Env project scaffolding ####
#### Added by Drupal Env Lando project scaffolding ####
# Ignore .env files as they are personal
/.lando.local.yml
#### End added by Drupal Env Lando scaffolding ####