Skip to content
Snippets Groups Projects
  • strentini's avatar
    ce24ae77
    OO-1 OO-2 FX-85 FX-92 · ce24ae77
    strentini authored
    NEW default theme for OpenOLAT
    ----------------------------------------------
    
    - remove old "default"
    - minor markup changes in velocity templates
    - minor markup changes in JavaClasses (add css-classes to components)
    - new iconset
    - update yaml
    - new theme:  "openolat"
    - theme.readme
    - ignore sass-cache
    ce24ae77
    History
    OO-1 OO-2 FX-85 FX-92
    strentini authored
    NEW default theme for OpenOLAT
    ----------------------------------------------
    
    - remove old "default"
    - minor markup changes in velocity templates
    - minor markup changes in JavaClasses (add css-classes to components)
    - new iconset
    - update yaml
    - new theme:  "openolat"
    - theme.readme
    - ignore sass-cache
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.hgignore 1.03 KiB
# OLAT .hgignore file
# Files and patterns that will be ignored by status, add and by
# implication checks unless locally overriden.
# see http://www.selenic.com/mercurial/hgignore.5.html

syntax: glob

# java deployment assets
*.class
*.jar

# mvn build trees
target/*
cargo/*
bin/*

# deprecated scripting files
*.pl
*.php

# editor backup files
*~
*.bak
*.swp

# sundry useless files
*.out

# hg merge reject files
*.rej

# hg originals arising from reverts
*.orig

# CVS leftovers
CVS/*
.cvsignore

# Mac idiosyncrasies
.DS_Store

#ignore olat/.classpath file at this gets created by maven
.classpath
.project
.settings/*
src/main/resources/maven.build.properties
src/main/java/maven.build.properties

syntax: regexp
^olat3/\.settings$
syntax: regexp
^olat3/\.classpath$
syntax: regexp
^olat3/\.project$
syntax: regexp
^olat3/\.project$
syntax: regexp
^olat3/olat\.local\.properties$
syntax: regexp
^\.classpath$
syntax: regexp
^\.project$
syntax: regexp
^\.externalToolBuilders$
syntax: regexp
^olat\.local\.properties$
syntax: regexp
\.sass-cache$