Skip to content

Commit

Permalink
Update ignorefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 13, 2024
1 parent 40c4276 commit 50ecb9d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
4 changes: 1 addition & 3 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version = 1

exclude_patterns = ["libraries/**"]

[[analyzers]]
name = "python"
enabled = true

[analyzers.meta]
runtime_version = "3.x.x"
max_line_length = 99
max_line_length = 88

[[analyzers]]
name = "docker"
Expand Down
22 changes: 13 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
*.log
deepsource.toml
sql
.git
.github
.deepsource.toml
.vscode
.reuse
.venv
**/__pycache__
*.pyc
venv
.pylintrc
.pre-commit-config.yaml
.flake8
.gitignore
nginx.conf
prometheus.yml
*.md
docker-compose.yml
.env.example
flake.*

docs
downloads
infra
venv
templates
static
static
sql
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
downloads/*
!downloads/temp
*.pyc
venv/
stash/
tests/
data/database.db
data/data.json
.vscode/
polls.yaml
.env
*/__pycache__
__pycache__
.devenv
# because it is managed with nix
.pre-commit-config.yaml
Empty file removed html/fm_chart.html
Empty file.
Empty file removed html/fm_chart.min.html
Empty file.

0 comments on commit 50ecb9d

Please sign in to comment.