UNPKG

328 BPlain TextView Raw
1# Node
2node_modules/*
3npm-debug.log
4.vscode/*
5debug.log
6npm-debug.log
7package-lock.json
8
9# DO NOT IGNORE TYPESCRIPT FILES FOR NPM
10# TypeScript
11# *.js
12# *.map
13# *.d.ts
14
15# JetBrains
16.idea
17.project
18.settings
19.idea/*
20*.iml
21
22# Windows
23Thumbs.db
24Desktop.ini
25
26# Mac
27.DS_Store
28**/.DS_Store
29
30#IGNORE TypeScript source files
31ej/*
32index.ts
\No newline at end of file