Updated gitignore file

This commit is contained in:
Obique PSWG
2017-12-20 10:24:36 -06:00
parent 7e10fb8754
commit 30536a3871
4 changed files with 9 additions and 22 deletions

11
.gitignore vendored
View File

@@ -1,4 +1,11 @@
.settings
# IDE-based
PSWGCommon.iml
out
.idea
# Gradle
.gradle
bin
build
gradle
gradlew*

6
.idea/misc.xml generated
View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="false" project-jdk-name="9.0" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated
View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/PSWGCommon.iml" filepath="$PROJECT_DIR$/PSWGCommon.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
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>