UNPKG

231 BPlain TextView Raw
1# SuperScript
2src/*
3test/*
4coverage/*
5.github/*
6
7.babelrc
8.eslintrc
9
10# Node
11node_modules/*
12npm-debug.log
13
14# Node profiler logs
15isolate-*-v8.log
16
17# OS Files
18.DS_Store
19*.sw*
20dump.rdb
21dump/*
22
23# IDEA/WebStorm Project Files
24.idea
25*.iml