mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
chore: simplify .gitignore
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,8 +1,13 @@
|
|||||||
# Local work folder that is not checked in
|
# Local work folder that is not checked in
|
||||||
_LOCAL/
|
_LOCAL/
|
||||||
|
|
||||||
# docker
|
.*
|
||||||
.dockerignore
|
!.act-event.json
|
||||||
|
!.actrc
|
||||||
|
!.gitattribute
|
||||||
|
!.gitignore
|
||||||
|
!.github/
|
||||||
|
!.markdownlint-cli2.jsonc
|
||||||
|
|
||||||
# kleinanzeigen_bot
|
# kleinanzeigen_bot
|
||||||
/config.yaml
|
/config.yaml
|
||||||
@@ -12,34 +17,14 @@ _LOCAL/
|
|||||||
downloaded-ads
|
downloaded-ads
|
||||||
|
|
||||||
# python
|
# python
|
||||||
/.venv
|
|
||||||
__pycache__
|
__pycache__
|
||||||
/dist
|
/dist
|
||||||
/.temp
|
|
||||||
/.eggs
|
|
||||||
/*.egg-info
|
|
||||||
/.pdm-build/
|
|
||||||
/.pdm-python
|
|
||||||
|
|
||||||
|
|
||||||
# Eclipse
|
|
||||||
/.project
|
|
||||||
/.pydevproject
|
|
||||||
/.settings/
|
|
||||||
**/.*.md.html
|
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
/.idea
|
|
||||||
/*.iml
|
/*.iml
|
||||||
/*.ipr
|
/*.ipr
|
||||||
/*.iws
|
/*.iws
|
||||||
|
|
||||||
# Visual Studio Code
|
|
||||||
/.vscode
|
|
||||||
|
|
||||||
# OSX
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
Reference in New Issue
Block a user