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

keep ide-user-settings out of repo

This commit is contained in:
Ivar 2016-06-16 23:22:11 +02:00 committed by Ivar Conradi Østhus
parent 1c9f6a334a
commit 1df6f674fa
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"
}