Skip to content

Commit

Permalink
Merge pull request #206 from lrozenblyum/Gitignore
Browse files Browse the repository at this point in the history
Gitignore
  • Loading branch information
lrozenblyum authored Nov 27, 2016
2 parents aae0c82 + 6ff51a7 commit 4925c5e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
#IDEA-specific files
/out/
.idea/libraries/
.idea/compiler.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml

#Eclipse-specific files
/.classpath
/.project
.settings/**

#Maven-specific files
/target/

#Chess-specific files
LeokomChess.log

2 changes: 1 addition & 1 deletion Chess.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.6.2" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.logging.log4j:log4j-core:2.6.2" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Appenders>
<File name="fileApp" fileName="file.log" append="true">
<File name="fileApp" fileName="LeokomChess.log" append="true">
<PatternLayout pattern="%d{ISO8601} %5p %c{1}:%L - %m%n"/>
</File>
</Appenders>
Expand Down

0 comments on commit 4925c5e

Please sign in to comment.