1
0
mirror of https://github.com/packwiz/packwiz-installer.git synced 2025-05-04 03:26:31 +02:00

Clean up gitignore mess

This commit is contained in:
comp500 2019-08-10 18:46:59 +01:00
parent 37a1464e11
commit ecbf0b9eba
4 changed files with 66 additions and 85 deletions

119
.gitignore vendored

@ -1,74 +1,87 @@
# Created by https://www.gitignore.io/api/java,gradle,eclipse
# Edit at https://www.gitignore.io/?templates=java,gradle,eclipse
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# Created by https://www.gitignore.io/api/java,gradle,intellij
# Edit at https://www.gitignore.io/?templates=java,gradle,intellij
# External tool builders
.externalToolBuilders/
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Locally stored "Eclipse launch configurations"
*.launch
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# Generated files
.idea/**/contentModel.xml
# CDT-specific (C/C++ Development Tooling)
.cproject
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# CDT- autotools
.autotools
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Java annotation processor (APT)
.factorypath
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# PDT-specific (PHP Development Tools)
.buildpath
# CMake
cmake-build-*/
# sbteclipse plugin
.target
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# Tern plugin
.tern-project
# File-based project format
*.iws
# TeXlipse plugin
.texlipse
# IntelliJ
out/
# STS (Spring Tool Suite)
.springBeans
# mpeltonen/sbt-idea plugin
.idea_modules/
# Code Recommenders
.recommenders/
# JIRA plugin
atlassian-ide-plugin.xml
# Annotation Processing
.apt_generated/
# Cursive Clojure plugin
.idea/replstate.xml
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### Eclipse Patch ###
# Eclipse Core
.project
# Editor-based Rest Client
.idea/httpRequests
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Annotation Processing
.apt_generated
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
.sts4-cache/
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
.idea/sonarlint
### Java ###
# Compiled class file
@ -114,4 +127,4 @@ gradle-app.setting
### Gradle Patch ###
**/build/
# End of https://www.gitignore.io/api/java,gradle,eclipse
# End of https://www.gitignore.io/api/java,gradle,intellij

4
.idea/.gitignore generated vendored

@ -1,4 +0,0 @@
# Default ignored files
/workspace.xml
/uiDesigner.xml

19
.idea/gradle.xml generated

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="11" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>
</project>

@ -1,9 +0,0 @@
{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.configuration.updateBuildConfiguration": "interactive"
}