This repository was archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (62 loc) · 1.3 KB
/
.gitignore
File metadata and controls
71 lines (62 loc) · 1.3 KB
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
node_modules
.idea
venv
/db.sqlite3
*.pyc
*/**/__pycache__/*
/.env
/.infrestructure/dist/deployment.zip
/.infrestructure/.terraform/
/.infrastructure/.terraform.lock.hcl
/.infrastructure/terraform.tfstate
/.infrastructure/terraform.tfstate.backup
/.infrastructure/plan.json
/plan.json
/plan.json.binary
/docker/elk/logs/elasticsearch.log
/.infrastructure/.terraform/
/.chalice/deployments/
*_us-east-2.db
*_sa-east-1.db
/docker/aws/credentials
/deployment.zip
/sam.json
/.coverage
# mantem a vendor
!vendor
# ignora os demais arquivos
vendor/*
# mantem essa pasta
!/vendor/public
# mantem essa pasta
!/vendor/datasources
# Coverage results and execution report
!/target/integration/report.xml
!/target/component/report.xml
!/target/unit/report.xml
!/target/integration/clover.xml
!/target/component/clover.xml
!/target/unit/clover.xml
!/target/integration/junit-report.xml
!/target/component/junit-report.xml
!/target/unit/junit-report.xml
# ignore
/target/component/coverage_html/
/target/integration/coverage_html/
/target/unit/coverage_html/
/madeira_fc.db
imagedefinitions.json
/include/*
config/integration.en
/node_modules/
/lambda-full.zip
#output lambda
output/response.json
/output/
/include/
/env/integration.env
/env/production.env
/env/staging.env
/env/_staging.env
/env/_integration.env
/env/_production.env