Skip to content

Commit 4cee56c

Browse files
author
Thadeu
committed
Add large files to .gitignore
1 parent 3417523 commit 4cee56c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
# Ignorar logs do Airflow
33
airflow/**/*.log
4+
# Ignorar arquivos grandes
5+
Istio/istio-1.23.0/bin/istioctl
6+
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/numpy.libs/libopenblas64_p-r0-0cf96a72.3.23.dev.so
7+
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/pyarrow/libarrow.so.1700
8+
rabbitmq/app-messenger/myenv/lib/python3.12/site-packages/pyspark/jars/rocksdbjni-8.3.2.jar
9+
airflow/2.Preparando Ambiente/logs/dag_processor_manager/dag_processor_manager.log
10+
data_engineering_python/03. SQLite/SQLiteStudio-3.4.4-windows-x64-installer.exe
11+
data_engineering_python/05. SQL Server/SQL Server Material Download.zip
12+
data_engineering_python/01. Postgree/postgresql-16.1-1-windows-x64.exe
13+
data_engineering_python/02. MySQL/mysql-installer-community-8.0.36.0.msi
14+
415
# dependencies
516
/node_modules
617
/.pnp

0 commit comments

Comments
 (0)