mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
gitignore: linux temp files
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -22,12 +22,17 @@ external_resource_packs.zip
|
|||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
workspace.xml
|
workspace.xml
|
||||||
.idea/*
|
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
.tmp*
|
.tmp*
|
||||||
tmp_*
|
tmp_*
|
||||||
|
## Microsoft Office
|
||||||
~$*
|
~$*
|
||||||
|
## Generic temp files in Linux
|
||||||
|
*~
|
||||||
|
## Vim temp files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# Eclipse MAT heap files
|
# Eclipse MAT heap files
|
||||||
*.hprof
|
*.hprof
|
||||||
|
|||||||
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -38,7 +38,7 @@
|
|||||||
<property name="caretWidth" class="java.lang.Integer" />
|
<property name="caretWidth" class="java.lang.Integer" />
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8.0_242" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user