1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

keep ide-user-settings out of repo

This commit is contained in:
Ivar 2016-06-16 23:22:11 +02:00
parent 87d3e755df
commit 6ca1a16a59
2 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
node_modules
.DS_Store
.vscode
# Logs
logs
@ -36,4 +37,4 @@ unleash-server.tar.gz
# Visual Studio Code
jsconfig.json
typings
.vscode
.vscode

View File

@ -1,4 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.autoSave": "onFocusChange"
}