-
Notifications
You must be signed in to change notification settings - Fork 130
/
.gitignore
107 lines (89 loc) · 1.51 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# IDEs
.idea/
.project/
.vscode/
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
/public/*/maintenance/maintenance.marker
/data/*
!/data/import/
!/data/export/
# grunt stuff
.grunt
.sass-cache
/config/Yves/config_assets.php
config/Yves/cache_bust.php
/node_modules/
# public stuff
public/*/assets/
public/Configurator/dist/
# docker stuff
/.docker-sync/
/.unison*
/deploy.local.yml
# profiling
/profiler
# logs
npm-debug.log
/tests/_log/*
!/tests/_log/.gitkeep
/tests/_output/*
!/tests/_output/.gitkeep
/tests/_support/_generated/*
!/tests/_support/_generated/.gitkeep
/codeception.local.yml
/tests/PyzTest/*/*/_output/*
/tests/PyzTest/*/*/_support/_generated/*
/.robot/results
/.cypress
# propel classes
/src/Propel/Base/*
/src/Propel/Map/*
/src/Orm/Zed/*/Persistence/Base
/src/Orm/Zed/*/Persistence/Map
# propel config
/src/Orm/Propel/Schema
/src/Orm/Propel/Sql
/src/Orm/Propel/Migration_pgsql/
/src/Orm/Propel/Migration_mysql/
/src/Orm/Propel/generated-conf/
# tools
composer.phar
c3.php
.phpstorm.meta.php
.githook_local
integrator.lock
# Yarn
.yarn/*
!.yarn/releases/
!.yarn/plugins/
# Docker
docker
# angular
/.angular/cache
/.angular