Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 28 additions & 15 deletions drupal-dev/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,35 @@
# This file ignores itself.
.gitignore

# DDEV
# DDEV and ddev-drupal-dev add-on artifacts.
/.ddev
/.tarballs/
/*.sql
/*.sql.gz
/DRUPAL-DEV.md

# Ignore files generated by the Finder in macOS
.DS_Store

# Ignore folder generated by VSCode
.vscode/

# Composer overlay
composer.local.json
composer.local.lock

# direnv
.envrc

# Test output
/.envrc
test_output

# Recipes (created by composer install)
# Ignore files generated by OSes, editors and IDEs.
.DS_Store
.idea/
.vscode/

# Patch and diff files generated locally.
*.patch
*.diff

# Ignore directories managed by Composer.
/drush/Commands/contrib/
/libraries/
/modules/contrib/
/modules/custom/
/themes/contrib/
/themes/custom/
/profiles/contrib/
Comment thread
amateescu marked this conversation as resolved.
/profiles/custom/
recipes/

# Ignore dependencies managed with Composer.
Expand All @@ -41,3 +49,8 @@ sites/*/private

# Ignore multi-site test environment.
sites/simpletest

# Ignore assets for tooling.
/package.json
node_modules/
/yarn.lock