-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
67 lines (56 loc) · 852 Bytes
/
.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
#symfony cache, log and uploads folders
log/*
cache/*
web/uploads/*
#ide files
*.kdev4
.vimrc
*.swp
*.swo
*~
.project
.settings
.buildpath
doc/schema_mageia_packagedb.mwb.bak
#vagrant files
.vagrant/
Vagrantfile
#generated i18 files
apps/frontend/i18n/*.mo
#propel config files
config/propel.ini
config/databases.yml
config/madbconf.yml
config/tracker.html
#propel generated files
config/buildtime-conf.xml
config/generated*.xml
data/sql
lib/filter/base/*
lib/form/base/*
lib/model/map/*
lib/model/om/*
plugins/*
vendor/*
#published assets
web/sfPropelORMPlugin
web/elXHProfPlugin
#miscellaneous
tmp/*
nbproject
web/test.php
web/assets/
bower_components/
bin/atoum
bin/bowerphp
bin/phing
bin/propel-gen
bin/propel-gen.bat
bin/pscss
bin/robo
bin/semver
bin/update-versions
.docker-build
docker-compose.override.yml
docker/data
cypress/videos