Initial backend
This commit is contained in:
parent
f10ca87343
commit
a06a558d7b
19 changed files with 303 additions and 0 deletions
21
backend/.gitignore
vendored
Normal file
21
backend/.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Intellij project files
|
||||
.idea/
|
||||
|
||||
# Build files
|
||||
build/
|
||||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
gradle/
|
||||
|
||||
gradlew
|
||||
gradlew.bat
|
||||
|
||||
# Eclipse project files
|
||||
.classpath
|
||||
.project
|
||||
|
||||
.settings/
|
||||
|
||||
# Local property file
|
||||
src/main/resources/application-db.properties
|
Loading…
Add table
Add a link
Reference in a new issue