forked from faithcomesbyhearing/dbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (59 loc) · 1.05 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
# Eric's Bible Processor
/aletheia
/node_modules
/public/report/*
/public/.report/*
/public/hot
/public/sdk/*
/public/maps/*
/public/storage
/public/bibles
/public/sdk
/public/scriptures
/public/uploads
/public/swagger-editor
/tests/test-reporter*
/storage/
/storage/app/geoip.mmdb
/storage/framework/
/storage/logs/*
/storage/logs/laravel.log
/storage/*.key
/storage/data/
/storage/s3/
/storage/bibles/
/vendor
/public/downloads
# Locally Generated Development Files
*.log
resources/assets/react/
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
.env
.phpstorm.meta.php
_ide_helper.php
_ide_helper_models.php
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
fixers/tmp
.elasticbeanstalk/*
.phpunit.cache/
# The Mac
.DS_STORE
# Images
/public/img/countries/landmarks/
/public/img/banners/
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
tools/permissionValidation/results/**
tools/permissionValidation/myconfig.py
tools/permissionValidation/runlog*
# Codebuild
/artifacts/
codebuild_build.sh