1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 18:14:21 +02:00

Removed .pyc files and add them to gitignore

This commit is contained in:
Thomas Bui
2020-09-02 09:47:37 -07:00
parent 72a6dbf2de
commit 5aa1708d99
4 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules
.DS_Store
.idea
geckodriver.log
__pycache__
__pycache__
*.pyc