File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,14 @@ dmypy.json
138138cython_debug /
139139
140140# General
141- /.vscode
142141* .ipynb
143142/volume
144- /unittest
145- /.history
146- .dbeaver
147- .project
148143/gallery-dl
149144.ruff_cache
150- compose-dev.yaml
145+ .aider. *
151146
152147# Docker Extras
148+ /.vscode
153149Dockerfile
154150compose.yaml
155151.git
@@ -160,4 +156,3 @@ compose.yaml
160156/test
161157.python-version
162158.gitignore
163- .aider. *
Original file line number Diff line number Diff line change @@ -138,14 +138,8 @@ dmypy.json
138138cython_debug /
139139
140140# General
141- /.vscode
142141* .ipynb
143142/volume
144- /unittest
145- /.history
146- .dbeaver
147- .project
148143/gallery-dl
149144.ruff_cache
150- compose-dev.yaml
151145.aider. *
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "name" : " Python Debugger: Module" ,
6+ "type" : " debugpy" ,
7+ "request" : " launch" ,
8+ "module" : " my_discord_bot"
9+ }
10+ ]
11+ }
You can’t perform that action at this time.
0 commit comments