Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 7cd44a7

Browse files
committed
Comments and whitespace fixes in gitignore.
1 parent 17dc044 commit 7cd44a7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
# OS-specific files.
12
.DS_Store
3+
4+
# Editor and language files.
25
.idea/
36
.project/
4-
.vagrant/
57
.bundle/
8+
9+
# Ansible files.
610
*.retry
711
.galaxy_install_info
12+
13+
# Vagrant files.
14+
.vagrant/
815
vagrant_ansible_inventory_default
16+
17+
# Drupal VM specific files.
918
local.config.yml
1019
config.yml
1120
drupal.make.yml
@@ -14,6 +23,6 @@ examples/prod/inventory
1423
examples/prod/bootstrap/vars.yml
1524
scripts/
1625
drupal/
17-
!provisioning/roles/**/config.yml
18-
1926

27+
# Some roles include 'config.yml' files.
28+
!provisioning/roles/**/config.yml

0 commit comments

Comments
 (0)