Skip to content

Commit

Permalink
ignore xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ljialin committed May 23, 2017
1 parent b1dafea commit 5f2307d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ production/

*.ipr
*.class

*.xml
6 changes: 3 additions & 3 deletions gvgai.iml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/out/production/gvgai" />
<output-test url="file://$MODULE_DIR$/out/test/gvgai" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="gson-2.6.21" level="project" />
<orderEntry type="library" name="gson-2.6.22" level="project" />
<orderEntry type="library" name="gson-2.6.2" level="project" />
</component>
</module>

0 comments on commit 5f2307d

Please sign in to comment.