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 web/upload
39 addgit.sh