Skip to content

Commit

Permalink
ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 13, 2024
1 parent 540c0a9 commit c1b42f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# /Pipfile export-ignore
# /Pipfile.lock export-ignore
# /manage.py export-ignore
# /.devcontainer.json export-ignore
# /.github export-ignore
# /.venv export-ignore
# /.vscode export-ignore
# /.gitignore export-ignore
# /codecov.yml export-ignore
# /*.toml export-ignore
# /*.code-* export-ignore
**/*.md export-ignore
scripts export-ignore
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[
"@semantic-release/github",
{
"assets": ["application.py"]
"assets": ["requirements.txt"]
}
]
]
Expand Down

0 comments on commit c1b42f6

Please sign in to comment.