Skip to content

Commit

Permalink
Update .gitignore with .DS_Store and checkpoints (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Geekman committed Aug 24, 2022
1 parent e72191d commit 74096ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,15 @@ config.env
/runs
lightning_logs

# pytorch lightning
checkpoints/

# macOS
.DS_Store

*.html
.devcontainer
/docs/source/api/
tmp
wandb
!examples/wandb
!examples/wandb
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change Docker cuda image version from 11.1 to 11.6.2 ([#838](https://github.com/tinkoff-ai/etna/pull/838))
- Optimize time complexity of `determine_num_steps`([#864](https://github.com/tinkoff-ai/etna/pull/864))
- All warning as errors([#880](https://github.com/tinkoff-ai/etna/pull/880))
- Update .gitignore with .DS_Store and checkpoints ([#883](https://github.com/tinkoff-ai/etna/pull/883))
-
-
-
-
-
-

## [1.11.1] - 2022-08-03
### Fixed
Expand Down

1 comment on commit 74096ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.