Skip to content

Commit

Permalink
Adding gitignore for project.
Browse files Browse the repository at this point in the history
  • Loading branch information
maudemor committed May 7, 2021
1 parent 20d7733 commit a412c5b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions micro-java/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties

mvnw

# 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

0 comments on commit a412c5b

Please sign in to comment.