This commit is contained in:
Khoa Nguyen Anh 2018-03-02 23:05:04 +07:00
parent 088a3fb2a0
commit bef6737138

12
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Created by https://www.gitignore.io/api/vim,python # Created by https://www.gitignore.io/api/vim,python,visualstudiocode
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
@ -113,5 +113,13 @@ Session.vim
# auto-generated tag files # auto-generated tag files
tags tags
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
# End of https://www.gitignore.io/api/vim,python
# End of https://www.gitignore.io/api/vim,python,visualstudiocode