UNPKG

517 BPlain TextView Raw
1#Linux
2.*
3!.gitignore
4*~
5
6#MAC
7.DS_Store
8.AppleDouble
9.LSOverride
10Icon
11
12
13# Thumbnails
14._*
15
16# Files that might appear on external disk
17.Spotlight-V100
18.Trashes
19
20#Node
21lib-cov
22*.seed
23*.log
24*.csv
25*.dat
26*.out
27*.pid
28*.gz
29
30pids
31logs
32results
33
34npm-debug.log
35
36#Sublime text
37# SublimeText project files
38*.sublime-workspace
39
40#Windows
41# Windows image file caches
42Thumbs.db
43ehthumbs.db
44
45# Folder config file
46Desktop.ini
47
48# Recycle Bin used on file shares
49$RECYCLE.BIN/
50
51#Vim
52.*.sw[a-z]
53*.un~
54Session.vim
55.netrwhist
56
57node_modules/
\No newline at end of file