mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-20 14:32:12 +01:00
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>
43 lines
418 B
Plaintext
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
|