UNPKG

163 BPlain TextView Raw
1# idea ignore
2.idea/
3
4# temp ignore
5*.log
6*.cache
7*.diff
8*.patch
9*.tmp
10
11# system ignore
12.DS_Store
13Thumbs.db
14
15# project ignore
16/node_modules/
17
18# test ignore
19/test/