Now ignoring idea not sensitive files

This commit is contained in:
Jaime Martinez Rincon 2017-04-28 22:22:51 +02:00
parent eba1582ac6
commit 9c89c011a3
3 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@ -165,4 +165,8 @@ dist/
nbdist/
.nb-gradle/
## Custom ###
.idea/
*.iml
# End of https://www.gitignore.io/api/netbeans,jetbrains,maven,intellij,eclipse,cloud9

View File

@ -19,6 +19,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.14" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-api:1.11-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.11-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.3.1" level="project" />

View File

@ -37,6 +37,7 @@ public class ServerConnectListener implements Listener {
return null;
}
//Checks only for servers (not the section server)
if (section.getServers().contains(target)) {
if (section.isDummy()) {
return null;