Skip to content

Commit

Permalink
Updated .gitignore (#1307)
Browse files Browse the repository at this point in the history
* added current paths to static nodeenv and cve database to ignore. Keeping old paths for the time being

* removed redundant path. And because joerg hast to review this, added a side-effect
  • Loading branch information
dorpvom authored Dec 5, 2024
1 parent d70c612 commit 960280f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ src/plugins/analysis/qemu_exec/test/data/test_tmp_dir
src/plugins/analysis/qemu_exec/test/data/test_tmp_dir_2
src/plugins/analysis/users_and_passwords/internal/passwords/10k-most-common.txt


# Misc
__pycache__
docsrc/_build/
docs/.buildinfo/
src/bin
src/web_interface/static/nodeenv/
src/web_interface/static/node_modules
src/web_interface/static/file_icons
FACT_export
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default_stages: [ commit, push ]
default_stages: [ pre-commit, pre-push ]
exclude: ^src/bin/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 960280f

Please sign in to comment.