* new todo frontend * yarn --> npm * basic Dockerfile * add Helm chart for todo list * backend working * connect new-app'd frontend to backend via proxy_pass * move nginx conf * move nginx conf back * move helm chart to course repo * add simple SSR node.js service * log error message * fix host typo * fix dockerfiles * add link to items page * improve probe route for todo-backend * canary probe route for todo-backend * Dockerfile -> Containerfile todo-backend * Dockerfile -> Containerfile todo-frontend * remove commands for containerfile as part of comp review
71 lines
928 B
Text
71 lines
928 B
Text
##########################
|
|
## Artifacts
|
|
##########################
|
|
*.tgz
|
|
*.tar.gz
|
|
|
|
##########################
|
|
## Java
|
|
##########################
|
|
*.class
|
|
.mtj.tmp/
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
hs_err_pid*
|
|
|
|
##########################
|
|
# VS Code
|
|
##########################
|
|
.vscode/
|
|
|
|
##########################
|
|
## Maven
|
|
##########################
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
|
|
##########################
|
|
## IntelliJ
|
|
##########################
|
|
*.iml
|
|
.idea/
|
|
*.ipr
|
|
*.iws
|
|
out/
|
|
.idea_modules/
|
|
|
|
##########################
|
|
## Eclipse
|
|
##########################
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.loadpath
|
|
|
|
##########################
|
|
## NetBeans
|
|
##########################
|
|
nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
##########################
|
|
## OS X
|
|
##########################
|
|
.DS_Store
|