mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
31 lines
294 B
Plaintext
31 lines
294 B
Plaintext
.git
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
*.iml
|
|
|
|
# Build folders
|
|
node_modules
|
|
build
|
|
dist
|
|
typings
|
|
tsd_typings
|
|
coverage
|
|
__build__
|
|
__server_build__
|
|
|
|
# Node
|
|
*.log
|
|
npm-debug.log.*
|
|
|
|
# Angular files
|
|
*.ngfactory.ts
|
|
*.css.shim.ts
|
|
*.scss.shim.ts
|
|
|
|
# Webpack files
|
|
webpack.records.json
|
|
|
|
# Yarn no longer used
|
|
yarn.lock
|