Improved gitignore
This commit is contained in:
parent
89bbda8f31
commit
1fc0b2c691
2 changed files with 5 additions and 18 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -17,4 +17,8 @@ doc
|
|||
*.mapfg
|
||||
*.mapgr
|
||||
*.path
|
||||
*.tgz
|
||||
*.tgz
|
||||
/.idea/
|
||||
/be-graphes-all.iml
|
||||
/be-graphes-gui/be-graphes-gui.iml
|
||||
/be-graphes-algos/be-graphes-algos.iml
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||||
<output url="file://$MODULE_DIR$/target/classes" />
|
||||
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="be-graphes-model" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in a new issue