# Ignore IDEs .vscode/ .idea/ # Ignore bower (if any) bower_components/ # Ignore source /src/ # Ignore tests /test/ test-output/ # Ignore build instructions .babelrc .gitlab-ci.yml gulpfile.babel.js package-lock.json tsconfig.json tslint.json *.lock *.log