Skip to content

Commit

Permalink
fix: update the gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
milan.horvath committed Mar 1, 2024
1 parent 709e63c commit 7ba4c5b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
.flattened-pom.xml

# Eclipse
.project
.classpath
.settings/
bin/

# IntelliJ
.idea
*.ipr
*.iml
*.iws

# NetBeans
nb-configuration.xml

# Visual Studio Code
.vscode
.factorypath

# OSX
.DS_Store

# Vim
*.swp
*.swo

# patch
*.orig
*.rej

# Local environment
.env

# Plugin directory
/.quarkus/cli/plugins/
6 changes: 0 additions & 6 deletions onecx-search-config-svc.iml

This file was deleted.

0 comments on commit 7ba4c5b

Please sign in to comment.