OSDN Git Service

Внесены исправления в алгоритм формирования стартовой страницы. Внесены коррективы...
[invent/invent.git] / .gitignore
1 # phpstorm project files
2 .idea
3
4 # netbeans project files
5 nbproject
6
7 # zend studio for eclipse project files
8 .buildpath
9 .project
10 .settings
11
12 # windows thumbnail cache
13 Thumbs.db
14
15 # composer vendor dir
16 #/vendor
17
18 # composer itself is not needed
19 composer.phar
20
21 # Mac DS_Store Files
22 .DS_Store
23
24 # phpunit itself is not needed
25 phpunit.phar
26 # local phpunit config
27 /phpunit.xml
28
29 tests/_output/*
30 tests/_support/_generated
31
32 #vagrant folder
33 /.vagrant
34
35 # Assets
36 /web/assets
37 /runtime
38 /condig/db.php
39 /condig/params.php
40 /condig/web.php
41 /migrations/m200804_115556_create_items_table.php
42 /migrations/m200806_061656_update_items_table.php
43 /migrations/m200810_082546_create_status_table.php
44 /migrations/m200818_045741_create_types_table.php
45 /migrations/m200818_123015_create_locations_table.php