Miszmisz commited on
Commit
e8bf603
·
1 Parent(s): 3dd7fad

remove vscode folder...

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. .vscode/settings.json +0 -14
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  .venv/
2
- ffmpgvenv/
 
 
1
  .venv/
2
+ ffmpgvenv/
3
+ vscode/
.vscode/settings.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "files.exclude": {
3
- "**/.git": true,
4
- "**/.svn": true,
5
- "**/.hg": true,
6
- "**/CVS": true,
7
- "**/.DS_Store": true,
8
- "**/Thumbs.db": true,
9
- "**/.retool_types/**": true,
10
- "**/*tsconfig.json": true,
11
- ".cache": true,
12
- "retool.config.json": true
13
- }
14
- }