Skip to content

Commit

Permalink
Repository cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored Dec 26, 2021
2 parents 59f6b4e + 11276a1 commit 7b57b69
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Pipeline
on:
push:
workflow_dispatch:

defaults:
run:
shell: bash
schedule:
- cron: '0 0 * * 5'

jobs:

Expand Down
22 changes: 17 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
__pycache__/
*.py[cod]

# Coverage.py
.coverage
.cov
coverage.xml

# setuptools
/build/**/*.*
/dist/**/*.*
/*.egg-info

# Dependencies
!requirements.txt

# Sphinx documentation
doc/_build
doc/_theme
/doc/_build/
/doc/_theme/
/doc/pyEDAA.Launcher/**/*.*
!/doc/pyEDAA.Launcher/index.rst

# PyCharm project
/.idea/workspace.xml

# VSCode settings
/.vscode
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"files.trimTrailingWhitespace": false,
}

0 comments on commit 7b57b69

Please sign in to comment.