copied gitfiles and gradlew.bat from bitbucket

This commit is contained in:
2022-06-05 11:45:01 +02:00
parent 831d46d62e
commit 2816ae7176
3 changed files with 177 additions and 91 deletions

0
.gitattributes vendored Normal file
View File

90
.gitignore vendored
View File

@@ -1,6 +1,92 @@
assignment/src/
assignment/resources/
.idea/ *.class
.idea
bin
build
/target/
/target/*
*.jar
*.war
*.ear
.gradle/ #################
# Eclipse .gitignore
# Source: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
#################
# Netbeans .gitignore
# Source: https://github.com/github/gitignore/blob/master/Global/NetBeans.gitignore
nbproject/private/
build/ build/
nbbuild/
dist/
nbdist/
.nb-gradle/
#################
# IntelliJ .gitignore
# Source: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
.idea
*.iws
*.iml
out
################
# Gradle
.gradle
!gradle/wrapper/gradle-wrapper.jar