Skip to content

Commit a9f5644

Browse files
authored
[DX] Ignore var directory (#483)
| Q | A | --------------- | ----- | Branch? | 2.0 | Bug fix? | no | New feature? | no | Related tickets | - Reorganized to group common directories at the top for better readability. Moved , , , and to the beginning of the file.
2 parents 4ae4d40 + a5f501b commit a9f5644

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
/composer.lock
2+
/node_modules/
3+
/var/
4+
/vendor/
5+
16
/bin/*
27
!/bin/.gitkeep
38

4-
/vendor/
5-
/node_modules/
6-
/composer.lock
7-
89
/etc/build/*
910
!/etc/build/.gitkeep
1011

0 commit comments

Comments
 (0)