UNPKG

169 BPlain TextView Raw
1# Logs
2logs
3*.log
4npm-debug.log*
5
6# Dependency directory
7node_modules
8
9# Optional npm cache directory
10.npm
11
12# typescript
13typings
14
15# OS
16.DS_Store
17.idea/