-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (45 loc) · 977 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
nbproject
._*
.vagrant
.vagrant/
.~lock.*
.buildpath
.DS_Store
.idea
.idea/
.project
.settings
vendor/
__tests__/*
!__tests__/.gitkeep
data/cache/*
!data/cache/.gitkeep
data/cache_test/*
!data/cache_test/.gitkeep
data/DoctrineMongoODMModule/Hydrator/*
!data/DoctrineMongoODMModule/Hydrator/.gitkeep
data/DoctrineMongoODMModule/Logging/*
!data/DoctrineMongoODMModule/Logging/.gitkeep
data/DoctrineMongoODMModule/PersistentCollection/*
!data/DoctrineMongoODMModule/PersistentCollection/.gitkeep
data/DoctrineMongoODMModule/Proxy/*
!data/DoctrineMongoODMModule/Proxy/.gitkeep
data/logs/*
!data/logs/.gitkeep
config/development.config.php
.phpunit.result.cache
public/img/captcha/*
!public/img/captcha/.gitkeep
.scannerwork
!.scannerwork/.gitkeep
public/.htaccess
/Jenkinsfile
/JenkinsfileSimple
/jenkins.mongod.conf.orig
/jenkins.my.cnf
/jenkins.php.ini
/JenkinsEntrypoint.sh
/JenkinsMongo.Dockerfile
/JenkinsMysql.Dockerfile
/JenkinsPhp.Dockerfile
/JenkinsRedis.Dockerfile