Skip to content

Commit 66ec301

Browse files
committed
clean up ignore files
1 parent 7b0494c commit 66ec301

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.dockerignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,14 @@ dmypy.json
138138
cython_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
153149
Dockerfile
154150
compose.yaml
155151
.git
@@ -160,4 +156,3 @@ compose.yaml
160156
/test
161157
.python-version
162158
.gitignore
163-
.aider.*

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,8 @@ dmypy.json
138138
cython_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.*

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0 commit comments

Comments
 (0)