Skip to content

Commit

Permalink
feat: add .gitattributes and update .gitignore
Browse files Browse the repository at this point in the history
This commit adds the .gitattributes file with a filter for *.tar.gz files and updates the .gitignore file to include /logs, localci-runner.sh, and tests/test_tarballs.py.
  • Loading branch information
cpaniaguam committed Jan 24, 2024
1 parent b6462ed commit 4bbb2d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ analysis_db/support_files/
*.egg-info/
.installed.cfg
*.egg
/logs
localci-runner.sh
tests/test_tarballs.py

*__pycache__/
*__pycache__/*
Expand Down
Binary file modified tests/plots.tar.gz
Binary file not shown.
Binary file modified tests/work.tar.gz
Binary file not shown.

0 comments on commit 4bbb2d6

Please sign in to comment.