Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Updating the .gitignore for UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Nov 1, 2018
1 parent 9b053c9 commit 65decef
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Expand Up @@ -18,3 +18,49 @@ tmp
**/_remote.repositories
.metadata/
.recommenders/

# compiled output
/dist
/tmp
/out-tsc
/src/main/ngapp/dist

# dependencies
node_modules/

# IDEs and editors
/.idea
*.iml
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
yarn-error.log

# e2e
/e2e/*.js
/e2e/*.map

# System Files
.DS_Store
Thumbs.db

target/

0 comments on commit 65decef

Please sign in to comment.