Skip to content

Commit 6e79477

Browse files
authored
Merge pull request Sylius#118 from pamil/1.1-gitignore
Rename ".gitkeep" to ".gitignore"
2 parents 9226d92 + ed8cdb6 commit 6e79477

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/bin/*
2-
!/bin/.gitkeep
2+
!/bin/.gitignore
33

44
/vendor/
55
/node_modules/
66
/composer.lock
77

88
/etc/build/*
9-
!/etc/build/.gitkeep
9+
!/etc/build/.gitignore
1010

1111
/tests/Application/yarn.lock
File renamed without changes.
File renamed without changes.

tests/Application/.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/node_modules/
22

33
/var/*
4-
!/var/.gitkeep
4+
!/var/.gitignore
55

66
/web/*
7-
!/web/assets/.gitkeep
8-
!/web/bundles/.gitkeep
9-
!/web/media/image/.gitkeep
7+
!/web/assets/.gitignore
8+
!/web/bundles/.gitignore
9+
!/web/media/image/.gitignore
1010
!/web/app.php
1111
!/web/app_dev.php
1212
!/web/app_test.php

tests/Application/web/assets/.gitkeep

Whitespace-only changes.

tests/Application/web/bundles/.gitkeep

Whitespace-only changes.

tests/Application/web/media/image/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)