Skip to content

Commit

Permalink
Merge pull request #9 from MuleSoft-AI-Chain-Project/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
amirkhan-ak-sf authored Nov 18, 2024
2 parents fd36a33 + 496f96c commit 7741aab
Showing 1 changed file with 45 additions and 4 deletions.
49 changes: 45 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
.idea
.java-version
/target
/target
# IntelliJ IDEA
.idea/
*.iws
*.iml
*.ipr

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml

# MuleSoft
.mule/
.mule/plugins/
mule-artifact.json
exchange-docs/

# Logs
*.log

# OS-specific files
.DS_Store
Thumbs.db

# Compiled class files
*.class

# Generated files
generated-sources/
generated-test-sources/

# Configuration files
.vscode/
.classpath
.project
.settings/

# Miscellaneous
*.bak
*.tmp

0 comments on commit 7741aab

Please sign in to comment.