-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (51 loc) · 915 Bytes
/
.gitignore
File metadata and controls
62 lines (51 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Composer files
composer.phar
vendor/
# Local configs
config/autoload/*.local.php
# Binary gettext files
*.mo
# Data
data/logs/
data/cache/
data/sessions/
data/tmp/
/temp/
#Doctrine 2
data/DoctrineORMModule/Proxy/
data/DoctrineORMModule/cache/
# Legacy ZF1
demos/
extras/documentation
# IDE
.DS_Store
/.idea/
.vscode/settings.json
# logs
adminator2/logs/
adminator3/logs/
# caches
adminator2/.php-cs-fixer.cache
adminator3/.php-cs-fixer.cache
adminator3/.php_cs.cache
adminator3/.phpunit.result.cache
/adminator3/templates_c/
adminator3/.phpunit.cache/
adminator3/cache/
adminator3/temp/
# phpunit
adminator3/phpunit.xml.bak
adminator3/build/
# App
/adminator2/vypisy/
/adminator2/files2/dokumenty/
/adminator2/files2/mk-bc/
/adminator2/files2/ostatni/
/adminator2/files2/soubory/
/adminator2/export/
adminator3/export/
adminator3/tests2/
adminator3/print/temp
.env
test
adminator3/.twig-cs-fixer.cache