-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (52 loc) · 1.24 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
# Copyright © 2019-2020 Brandon Li. All rights reserved.
#!————————————————————————————————————————————————————————————————————————————*!
# Specifies files and directories to not check into git.
#
# Note: This file was auto-generated by `grunt generate-gitignore`. It is not
# recommended to modify this file. For more information, see
# https://github.com/brandonLi8/grunt-config/.
#
# @author Brandon Li <[email protected]>
#!————————————————————————————————————————————————————————————————————————————*!
## IDE specific
*.iml
*.sublime-project
*.sublime-workspace
.idea
.vscode
## Node
*.lcov
*.log
*.pid
*.pid.lock
*.seed
*.tgz
.cache
.env
.env.test
.grunt
.next
.npm
node_modules
npm-debug.log*
package-lock.json
## Yarn
yarn-debug.log*
yarn-error.log*
## Apple
.apdisk
.AppleDB
.DS_Store
.DS_Store?
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
## Eslint
*.eslintcache
eslint/cache
## Other
*.lcov
.grunt
.nyc_output
coverage