-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
87 lines (70 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Ignorar logs do Airflow
airflow/**/*.log
# Ignorar arquivos grandes
Istio/istio-1.23.0/bin/istioctl
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/numpy.libs/libopenblas64_p-r0-0cf96a72.3.23.dev.so
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/pyarrow/libarrow.so.1700
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/pyspark/jars/rocksdbjni-8.3.2.jar
airflow/2.Preparando Ambiente/logs/dag_processor_manager/dag_processor_manager.log
data_engineering_python/03. SQLite/SQLiteStudio-3.4.4-windows-x64-installer.exe
data_engineering_python/05. SQL Server/SQL Server Material Download.zip
data_engineering_python/01. Postgree/postgresql-16.1-1-windows-x64.exe
data_engineering_python/02. MySQL/mysql-installer-community-8.0.36.0.msi
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.idea
.env
# Ignore Terraform provider binaries
terraform/.terraform/providers/**
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Ignore the Terraform lock file
.terraform.lock.hcl
# Ignore the Terraform directory and its contents
.terraform/
# Crash log files
crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
# Ignoring private keys and sensitive files
**/id_ed25519*
**/id_rsa*
**/id_ecdsa*
**/*.pem
**/*.key
**/*.p12
**/*.crt
**/*.jks