This website works better with JavaScript
Home
Explore
Help
Register
Sign In
conradlan
/
LinePay
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update .gitignore
Conrad
3 years ago
parent
4a99b67a88
commit
294f89054c
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
.gitignore
+ 2
- 1
.gitignore
View File
@@ -1,3 +1,4 @@
/env/*
linepay_test.py
-/__pycache__
+/__pycache__/*
+/.vscode/*