UNPKG

2.31 kBPlain TextView Raw
1##====================== Project Specific ======================
2
3## Javascript Build
4.happypack
5build
6newrelic_agent.log
7webpack-assets.json
8
9##====================== Common ======================
10# Logs
11logs
12*.log
13
14# Runtime data
15pids
16*.pid
17*.seed
18*.pid.lock
19
20##====================== MacOS ======================
21
22*.DS_Store
23.AppleDouble
24.LSOverride
25
26# Icon must end with two \r
27Icon
28
29
30# Thumbnails
31._*
32
33# Files that might appear in the root of a volume
34.DocumentRevisions-V100
35.fseventsd
36.Spotlight-V100
37.TemporaryItems
38.Trashes
39.VolumeIcon.icns
40.com.apple.timemachine.donotpresent
41
42# Directories potentially created on remote AFP share
43.AppleDB
44.AppleDesktop
45Network Trash Folder
46Temporary Items
47.apdisk
48
49##====================== Linux ======================
50
51*~
52*.swp
53
54# temporary files which can be created if a process still has a handle open of a deleted file
55.fuse_hidden*
56
57# KDE directory preferences
58.directory
59
60# Linux trash folder which might appear on any partition or disk
61.Trash-*
62
63# .nfs files are created when an open file is removed but is still being accessed
64.nfs*
65
66##====================== Windows ======================
67# Windows thumbnail cache files
68Thumbs.db
69ehthumbs.db
70ehthumbs_vista.db
71
72# Folder config file
73Desktop.ini
74
75# Recycle Bin used on file shares
76$RECYCLE.BIN/
77
78# Windows Installer files
79*.cab
80*.msi
81*.msm
82*.msp
83
84# Windows shortcuts
85*.lnk
86
87##====================== NodeJS ======================
88
89# node-waf configuration
90.lock-wscript
91
92# Dependency directories
93node_modules
94jspm_packages
95
96# Optional REPL history
97.node_repl_history
98
99# Optional npm cache directory
100.npm
101
102# Log
103npm-debug.log*
104yarn-error.log
105
106# Yarn Integrity file
107.yarn-integrity
108
109##====================== Javascript build ======================
110
111# Directory for instrumented libs generated by jscoverage/JSCover
112lib-cov
113
114# Coverage directory used by tools like istanbul
115coverage
116
117# nyc test coverage
118.nyc_output
119
120# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
121.grunt
122
123# Optional eslint cache
124.eslintcache
125
126# Output of 'npm pack'
127*.tgz
128
129##====================== Microsoft Office ======================
130*.tmp
131
132# Word temporary
133~$*.doc*
134
135# Excel temporary
136~$*.xls*
137
138# Excel Backup File
139*.xlk
140
141# PowerPoint temporary
142~$*.ppt*
143
144# Visio autosave temporary files
145*.~vsdx