-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (105 loc) · 2.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# .nfs files are created when an open file is removed but is still being accessed
# Bower dependency directory (https://bower.io/)
# Compiled binary addons (http://nodejs.org/api/addons.html)
# Coverage directory used by tools like istanbul
# Created by https://www.gitignore.io/api/osx,node,linux,windows
# Dependency directories
# Directories potentially created on remote AFP share
# Directory for instrumented libs generated by jscoverage/JSCover
# End of https://www.gitignore.io/api/osx,node,linux,windows
# Files that might appear in the root of a volume
# Folder config file
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Icon must end with two \r
# KDE directory preferences
# Linux trash folder which might appear on any partition or disk
# Logs
# Optional REPL history
# Optional eslint cache
# Optional npm cache directory
# Output of 'npm pack'
# Recycle Bin used on file shares
# Runtime data
# Thumbnails
# Typescript v1 declaration files
# Windows Installer files
# Windows shortcuts
# Windows thumbnail cache files
# Yarn Integrity file
# dotenv environment variables file
# node-waf configuration
# nyc test coverage
# temporary files which can be created if a process still has a handle open of a deleted file
### Linux ###
### Node ###
### OSX ###
### Windows ###
$RECYCLE.BIN/
*-debug.log
*-error.log
*.DS_Store
*.cab
*.lnk
*.log
*.msi
*.msm
*.msp
*.pid
*.pid.lock
*.seed
*.tgz
*scratch.js
*~
.AppleDB
.AppleDesktop
.AppleDouble
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trash-*
.Trashes
.VolumeIcon.icns
._*
.apdisk
.com.apple.timemachine.donotpresent
.directory
.env
.eslintcache
.fseventsd
.fuse_hidden*
.grunt
.lock-wscript
.nfs*
.node_repl_history
.npm
.nyc_output
.yarn-integrity
/.nyc_output
/dist
/package-lock.json
/tmp
Desktop.ini
Icon
Network Trash Folder
Temporary Items
Thumbs.db
bower_components
build/Release
coverage
data/*.db
deploy/*
ehthumbs.db
ehthumbs_vista.db
jspm_packages/
lib-cov
logs
node_modules
node_modules/
npm-debug.log*
pids
typings/
yarn-debug.log*
yarn-error.log*
.aws-sam
stack-config.json