-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (76 loc) · 1.02 KB
/
.gitignore
File metadata and controls
98 lines (76 loc) · 1.02 KB
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
# Dependencies
/node_modules
/bower_components
# Production build
/dist
/public
.serverless/
/.nuxt/
/.next/
/.vuepress/dist/
/.cache
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
logs/
# IDEs and editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
# Optional npm cache directory
.npm
# TypeScript cache
*.tsbuildinfo
# Vite cache
/.vite
# Local environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
# MacOS files
.DS_Store
# Windows files
Thumbs.db
ehthumbs.db
# Linux files
*.swp
# Coverage directory
/coverage
/.nyc_output
# GIMP art
/art
# Runtime data
/pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
/lib-cov
# Grunt intermediate storage
/.grunt
# Lock files
/package-lock.json
/yarn.lock
# Docker
*.dockerenv
/docker-compose.yml
.dockerignore
/docker/
# Optional eslint cache
/.eslintcache
# Optional stylelint cache
/.stylelintcache
# SASS cache
/.sass-cache
# Temporary files
*.tmp
*.temp
# Build files
/build