Adding gitignore for project.

This commit is contained in:
Manuel Aude Morales 2021-05-07 04:08:27 -05:00
parent 20d773370e
commit a412c5b569

41
micro-java/.gitignore vendored Normal file
View file

@ -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