mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 03:21:20 +00:00
ignore temp directory by git and idea
This commit is contained in:
parent
bcec0999de
commit
9a909691aa
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
/prefix/
|
||||
/sdk/
|
||||
/source/
|
||||
/temp/
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<excludeFolder url="file://$MODULE_DIR$/prefix" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/sdk" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/source" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
Loading…
Reference in a new issue