Fixed .idea folder coming in with the pulls.

This commit is contained in:
filipnyquist 2018-06-30 14:45:26 +02:00
parent 36943d5905
commit b87a2420a2
4 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ node_modules
.DS_Store
/dist
/logs
/.idea
npm-debug.log
*.retry
.vscode

View file

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<includedPredefinedLibrary name="Node.js Core" />
</component>
</project>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>