Files
SCM-Manager/.gitignore
Konstantin Schaper 84f220e5b2 Replace lerna with turborepo (#2073)
This change allows our ui libraries to be built separately. It is therefore to utilize different build tools for individual projects, as well as using build caches for the local build.

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
Co-authored-by: Matthias Thieroff <matthias.thieroff@cloudogu.com>
2022-06-22 11:49:26 +02:00

43 lines
418 B
Plaintext

# netbeans temp & private files
target/
release.properties
nbactions.xml
# MacOS X Files
.DS_Store
._.DS_Store
._.
Desktop DB
Desktop DF
.hotfiles.btree
*.orig
*~
*.bak
*.NavData
*.rej
*.conflict
# Eclipse Files
.project
.classpath
.settings
# idea files
*.iml
.idea
# ui
scm-ui/build
scm-ui/coverage
node_modules
# jrebel
rebel.xml
*.pyc
# vagrant
.vagrant
.gradle
.gradletasknamecache
**/build
.npm
.cache
.turbo