This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
vincent
/
chainetv_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
stting
pull/6/head
vincent
2 years ago
parent
23311ab579
commit
8aea0359f4
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+1
-1
.vscode/settings.json
+ 2
- 0
.gitignore
View File
@ -1,2 +1,4 @@
__*
env
build
dist
+ 1
- 1
.vscode/settings.json
View File
@ -1,3 +1,3 @@
{
"python.pythonPath"
:
"env/bin/python"
"python.pythonPath"
:
"
backend/
env/bin/python"
}
Write
Preview
Loading…
Cancel
Save