Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Merge requests
!2
Adds a first version of the wiki documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Adds a first version of the wiki documentation
add_wiki_doc
into
main
Overview
0
Commits
50
Pipelines
8
Changes
1
Merged
orestis.malaspin
requested to merge
add_wiki_doc
into
main
1 year ago
Overview
0
Commits
50
Pipelines
8
Changes
1
Contains:
CLI user doc
Assignment creation tutorial
How to perform exercise tutorial
0
0
Merge request reports
Viewing commit
04dc8c25
Show latest version
1 file
+
414
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
04dc8c25
format
· 04dc8c25
orestis.malaspin
authored
1 year ago
.gitignore
+
6
−
7
View file @ e6ad3784
Edit in single-file editor
Open in Web IDE
Show full file
.env
aws.xml
aws.xml
workspace.xml
workspace.xml
.gitlab-ci-local
Wiki/.idea
############################ MacOS
############################ MacOS
# General
# General
@@ -184,11 +184,10 @@ web_modules/
@@ -184,11 +184,10 @@ web_modules/
.yarn-integrity
.yarn-integrity
# dotenv environment variable files
# dotenv environment variable files
.env
.env*
.env.development.local
.flaskenv*
.env.test.local
!.env.project
.env.production.local
!.env.vault
.env.local
# parcel-bundler cache (https://parceljs.org/)
# parcel-bundler cache (https://parceljs.org/)
.cache
.cache
Loading