Skip to content

Commit

Permalink
Tidy up .gitignore files (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Mar 9, 2023
1 parent 6b46d95 commit 13ec971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 78 deletions.
82 changes: 6 additions & 76 deletions .gitignore
@@ -1,105 +1,35 @@
*.ipr
*.iml

### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
### Java template
### Java
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/shelf
.idea/jsLibraryMappings.xml
.idea/modules.xml
.idea/misc.xml
.idea/compiler.xml

# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
### IntelliJ

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml
.idea/
/out/

## File-based project format:
*.iws
*.iml
*.ipr

## Plugin-specific files:

# IntelliJ
/out/

# 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
### Gradle template
### Gradle
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

!lib/*.jar

local.properties
android.local.properties

!integration-tests/gradle-integration-tests/testData/basic/classDir/**/*.class

core/out/
runners/**/out/
.idea
plugins/base/src/main/resources/dokka/scripts/main.js
plugins/base/src/main/resources/dokka/scripts/main.js.map
/.idea/compiler.xml
2 changes: 0 additions & 2 deletions plugins/.gitignore

This file was deleted.

0 comments on commit 13ec971

Please sign in to comment.