UNPKG

275 BPlain TextView Raw
1# Ignore IDEs
2.vscode/
3.idea/
4
5# Ignore bower (if any)
6bower_components/
7
8# Ignore source
9/src/
10typings/
11
12# Ignore tests
13/test/
14test-output/
15
16# Ignore build instructions
17.babelrc
18.gitlab-ci.yml
19gulpfile.js
20gulpfile.ts
21package-lock.json
22tsconfig.json
23tslint.json
24*.lock
25*.log
\No newline at end of file