Skip to content

Commit

Permalink
fix: streamline .dcignore to exclude common build dirs
Browse files Browse the repository at this point in the history
Simplify the `.dcignore` removing specific and potentially unnecessary exclusions.
  • Loading branch information
cat2608 committed Dec 4, 2023
1 parent a7b79c6 commit 5f7822b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1,803 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Snyk Changelog

## [1.1.45]

### Changed
- Streamlined `.dcignore` to focus on common build directories such as `node_modules/`, `bin/`, `build/`, and `classes/`. This change simplifies the exclusion list avoiding accidental exclusion of project files.


## [1.1.44]
- Support for IDE analytics

Expand Down
Loading

0 comments on commit 5f7822b

Please sign in to comment.