miaosha/.gitignore

61 lines
852 B
Plaintext
Raw Permalink Normal View History

2018-10-27 23:43:59 +08:00
# IntelliJ project files
2019-01-21 14:21:00 +08:00
.DS_Store
2021-12-09 19:47:09 +08:00
.idea/
2018-10-27 23:43:59 +08:00
*.iml
2021-12-09 19:47:09 +08:00
.mvn/*
2018-10-27 23:43:59 +08:00
out
2018-12-05 14:10:44 +08:00
# CMake
cmake-build-*/
# File-based project format
2018-10-27 23:43:59 +08:00
*.iws
# IntelliJ
2018-12-05 14:10:44 +08:00
out/
2018-10-27 23:43:59 +08:00
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
2018-12-05 14:10:44 +08:00
### Java template
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
2021-12-09 19:47:09 +08:00
.settings/
.mvn/
2018-12-05 14:10:44 +08:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties