Skip to content

Commit

Permalink
👌 IMPROVE: Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Oct 21, 2023
1 parent fe783cd commit 5b45bd3
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 5 deletions.
97 changes: 93 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
# Compiled class file
*.class

# Log file

# Log Files #

*.log
*.sqlite

# Package Files #
*.jar
Expand All @@ -23,6 +26,83 @@ hs_err_pid*
# Mac specific #
# ------------ #
**/*.DS_Store
.AppleDouble
.LSOverride

# Thumbnails #
._*

# ---------------------------------------------------------------------------- #
# InteliJ #
# ---------------------------------------------------------------------------- #

# Created by https://www.gitignore.io/api/intellij+iml

### Intellij+iml ###
# 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

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

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

# CMake
cmake-build-debug/

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

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Ruby plugin and RubyMine
/.rakeTasks

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Intellij+iml Patch ###
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

*.iml
modules.xml
.idea/misc.xml
*.ipr

# End of https://www.gitignore.io/api/intellij+iml



# ------------------------------------ #
# Mulesfot with Eclipse, VSC, Maven #
Expand All @@ -44,9 +124,7 @@ tmp/**/*
local.properties
.settings/
.loadpath
# You may want to remove the sharp symbols here if you are using Maven
#.project
#.classpath

# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
Expand All @@ -59,9 +137,20 @@ local.properties
# --------------- #
# Studio-specific #
# --------------- #
reports/
.studio/
flows/
target/
**/*.mflow
/.classpath
/.project

# --------------- #
# Mulesoft BAT #
# --------------- #
**/output-reports

# ------------------------ #
# Development standards #
# ------------------------ #
exchange-docs/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>078efef1-d139-48ed-92f5-f8d4a0592374</groupId>
<artifactId>common-core</artifactId>
<version>1.0.15</version>
<version>1.0.16</version>
<packaging>mule-application</packaging>
<name>common-core</name>
<description>Shared Mule library that provides reusable flows, resources and configuration settings common for all applications</description>
Expand Down

0 comments on commit 5b45bd3

Please sign in to comment.