forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (70 loc) · 1.19 KB
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# IDEs
/.idea
/.project
/nbproject
/.buildpath
/.settings
*.sublime-*
*.AppleDouble
*.AppleDB
*.AppleDesktop
Temporary Items
.apdisk
GPATH
GRTAGS
GTAGS
# OS
.DS_Store
# Y&Z
/config/Shared/config_local*
!/config/Shared/config_local.dist.php
/config/Shared/console_env_local.php
/config/Shared/cubes.*
/config/Zed/behat.local.yml
/config/Zed/phpunit.core.xml
/config/Zed/phpunit.xml
/config/cubes.*
config/accumulated-config.json
/src/Generated/
/vendor/
FOSS.md
/data/*
!/data/import/
# grunt stuff
.grunt
.sass-cache
/config/Yves/config_assets.php
config/Yves/cache_bust.php
/node_modules/
# public stuff
public/Yves/assets/
public/Zed/assets/
# vagrant stuff
.vagrant
Vagrantfile
# profiling
/profiler
# logs
npm-debug.log
/tests/_log/*
!/tests/_log/.gitkeep
/tests/_output/*
!/tests/_output/.gitkeep
/tests/_support/_generated/*
!/tests/_support/_generated/.gitkeep
/tests/PyzTest/*/*/_output/*
/tests/PyzTest/*/*/_support/_generated/*
# propel classes
/src/Propel/Base/*
/src/Propel/Map/*
/src/Orm/Zed/*/Persistence/Base
/src/Orm/Zed/*/Persistence/Map
# propel config
/src/Orm/Propel/*/Config/*
/src/Orm/Propel/*/Schema
/src/Orm/Propel/*/Sql
# tools
composer.phar
c3.php
.phpstorm.meta.php
.githook_local