Update .gitignore (#229)
This commit is contained in:
parent
19a8079bc8
commit
623fb66b5d
1 changed files with 23 additions and 0 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -32,6 +32,29 @@ nosetests.xml
|
|||
# Translations
|
||||
*.mo
|
||||
|
||||
# Mac OS X
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon
|
||||
|
||||
# Windows Explorer
|
||||
desktop.ini
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/cSpell.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Sublime text
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
|
|
Loading…
Reference in a new issue