add .gitignore for phpenv and vscode

This commit is contained in:
TAKEKOSHI Akishige 2016-12-29 14:51:36 +09:00
parent 7bf8f6070b
commit af39d42277
No known key found for this signature in database
GPG Key ID: 05EACAB16A471DFE

11
.gitignore vendored
View File

@ -88,6 +88,9 @@ composer.lock
# Modules Testing
_modules/*
# phpenv local config
.php-version
# Jetbrains editors (PHPStorm, etc)
.idea/
*.iml
@ -102,10 +105,14 @@ nbactions.xml
nb-configuration.xml
.nb-gradle/
## Sublime Text
# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/api/
/api/
# Visual Studio Code
.vscode/