Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amirkhan-ak-sf committed Nov 18, 2024
1 parent 622c19a commit 496f96c
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 496f96c

Please sign in to comment.