forked from nyuhsl/data-catalog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·62 lines (53 loc) · 965 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
# Symfony 2 related
#
# cache, logs, etc
app/bootstrap.php.cache
app/bootstrap_cache.php.cache
app/cache/*
app/logs/*
app/sessions/*
# vendor
vendor/*
# bundle static
web/bundles/*
# doctrine entities generation backup
*.php~
# environment sensitive
web/.htaccess # see web/.htaccess.dist
web/app.php # see web/app.php.dist
web/app_dev.php # see web/app_dev.php.dist
app/config/parameters.ini # see app/config/parameters.ini.dist
#
# OS garbage, Editors, IDEs, etc
#
.DS_Store
.svn
code_coverage
*~
*.swp
coverage
.coverage
nbproject
.nbproject
build
.build
.settings
.settings/.*
.project
project
*.project
.buildpath
*.db
*.tmproj
*.sublime-project
.idea
*.idea/*
bin/*
# ignore files that will be customized
app/config/**/parameters.yml
app/config/common/security.yml
app/Resources/views/institution/*
web/css/institution/*
web/js/institution/*
src/AppBundle/Form/Type/ContactFormEmailType.php
SolrIndexer.py