UNPKG

495 BPlain TextView Raw
1# Automatically ignored per:
2# https://www.npmjs.org/doc/developers.html#Keeping-files-out-of-your-package
3#
4# .*.swp
5# ._*
6# .DS_Store
7# .git
8# .hg
9# .lock-wscript
10# .svn
11# .wafpickle-*
12# CVS
13# npm-debug.log
14# node_modules
15
16*.seed
17*.log
18*.csv
19*.dat
20*.out
21*.pid
22*.gz
23*.orig
24
25work
26build
27test
28pids
29logs
30results
31coverage
32lib-cov
33html-report
34xunit.xml
35
36.project
37.idea
38.settings
39.iml
40*.sublime-workspace
41*.sublime-project
42
43ehthumbs.db
44Icon?
45Thumbs.db
46.AppleDouble
47.LSOverride
48.Spotlight-V100
49.Trashes
\No newline at end of file