forked from RepoMirrors/baritone
Updated gitignore
This commit is contained in:
parent
9201b99853
commit
e8e9fd3b56
|
@ -1,4 +1,11 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
**/*.swp
|
||||||
|
|
||||||
|
# IntelliJ Files
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# MCP Files
|
||||||
/CHANGELOG
|
/CHANGELOG
|
||||||
/LICENSE.txt
|
/LICENSE.txt
|
||||||
/bin/
|
/bin/
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.linked.project.id="baritone" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
Reference in New Issue