OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/.gitignore

20 lines
392 B

/.sass-cache
/bower_components
/coverage
/node_modules
/npm-debug.log
/public/**/*
/tests/unit/reports
/tests/unit/tests/typescript
/tmp
/tests/openproject-common.js
/tests/openproject-test-bundle.js
/tests/openproject-main.css
/tests/openproject-tests.css
/out-tsc
/generated_typings
/src/app/modules/plugins/linked/
/src/app/modules/plugins/linked-plugins.module.ts
/legacy/app/plugins/*