mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-05-04 11:36:30 +02:00
Clean up gitignore mess
This commit is contained in:
parent
37a1464e11
commit
ecbf0b9eba
119
.gitignore
vendored
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 ###
|
# Created by https://www.gitignore.io/api/java,gradle,intellij
|
||||||
.metadata
|
# Edit at https://www.gitignore.io/?templates=java,gradle,intellij
|
||||||
bin/
|
|
||||||
tmp/
|
|
||||||
*.tmp
|
|
||||||
*.bak
|
|
||||||
*.swp
|
|
||||||
*~.nib
|
|
||||||
local.properties
|
|
||||||
.settings/
|
|
||||||
.loadpath
|
|
||||||
.recommenders
|
|
||||||
|
|
||||||
# External tool builders
|
### Intellij ###
|
||||||
.externalToolBuilders/
|
# 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"
|
# User-specific stuff
|
||||||
*.launch
|
.idea/**/workspace.xml
|
||||||
|
.idea/**/tasks.xml
|
||||||
|
.idea/**/usage.statistics.xml
|
||||||
|
.idea/**/dictionaries
|
||||||
|
.idea/**/shelf
|
||||||
|
|
||||||
# PyDev specific (Python IDE for Eclipse)
|
# Generated files
|
||||||
*.pydevproject
|
.idea/**/contentModel.xml
|
||||||
|
|
||||||
# CDT-specific (C/C++ Development Tooling)
|
# Sensitive or high-churn files
|
||||||
.cproject
|
.idea/**/dataSources/
|
||||||
|
.idea/**/dataSources.ids
|
||||||
|
.idea/**/dataSources.local.xml
|
||||||
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
.idea/**/dbnavigator.xml
|
||||||
|
|
||||||
# CDT- autotools
|
# Gradle
|
||||||
.autotools
|
.idea/**/gradle.xml
|
||||||
|
.idea/**/libraries
|
||||||
|
|
||||||
# Java annotation processor (APT)
|
# Gradle and Maven with auto-import
|
||||||
.factorypath
|
# 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)
|
# CMake
|
||||||
.buildpath
|
cmake-build-*/
|
||||||
|
|
||||||
# sbteclipse plugin
|
# Mongo Explorer plugin
|
||||||
.target
|
.idea/**/mongoSettings.xml
|
||||||
|
|
||||||
# Tern plugin
|
# File-based project format
|
||||||
.tern-project
|
*.iws
|
||||||
|
|
||||||
# TeXlipse plugin
|
# IntelliJ
|
||||||
.texlipse
|
out/
|
||||||
|
|
||||||
# STS (Spring Tool Suite)
|
# mpeltonen/sbt-idea plugin
|
||||||
.springBeans
|
.idea_modules/
|
||||||
|
|
||||||
# Code Recommenders
|
# JIRA plugin
|
||||||
.recommenders/
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
# Annotation Processing
|
# Cursive Clojure plugin
|
||||||
.apt_generated/
|
.idea/replstate.xml
|
||||||
|
|
||||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
.cache-main
|
com_crashlytics_export_strings.xml
|
||||||
.scala_dependencies
|
crashlytics.properties
|
||||||
.worksheet
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
||||||
### Eclipse Patch ###
|
# Editor-based Rest Client
|
||||||
# Eclipse Core
|
.idea/httpRequests
|
||||||
.project
|
|
||||||
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
# Android studio 3.1+ serialized cache file
|
||||||
.classpath
|
.idea/caches/build_file_checksums.ser
|
||||||
|
|
||||||
# Annotation Processing
|
### Intellij Patch ###
|
||||||
.apt_generated
|
# 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 ###
|
### Java ###
|
||||||
# Compiled class file
|
# Compiled class file
|
||||||
@ -114,4 +127,4 @@ gradle-app.setting
|
|||||||
### Gradle Patch ###
|
### Gradle Patch ###
|
||||||
**/build/
|
**/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
4
.idea/.gitignore
generated
vendored
@ -1,4 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/workspace.xml
|
|
||||||
|
|
||||||
/uiDesigner.xml
|
|
19
.idea/gradle.xml
generated
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>
|
|
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"files.exclude": {
|
|
||||||
"**/.classpath": true,
|
|
||||||
"**/.project": true,
|
|
||||||
"**/.settings": true,
|
|
||||||
"**/.factorypath": true
|
|
||||||
},
|
|
||||||
"java.configuration.updateBuildConfiguration": "interactive"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user