-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (83 loc) · 1.09 KB
/
.gitignore
File metadata and controls
96 lines (83 loc) · 1.09 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
# Custom Files & Assets
gcs
influx_token.key
*.mp4
*.webm
*.wav
*.mp3
**/*.pb.go
**/*.pb.ts
flight-logs
.DS_Store
# IDE & Editor Settings
.vscode
# Dependencies
node_modules/
.pnp/
.pnp.js
# Testing
/coverage
# Production Build
build
public
# Environment Files
.env*
# Logs & Diagnostic Reports
logs
*.log
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime Data
pids
*.pid
*.seed
*.pid.lock
# Coverage & Test Reports
lib-cov
coverage
*.lcov
.nyc_output
# Build Tools & Package Managers
.grunt
bower_components
.lock-wscript
build/Release
jspm_packages/
web_modules/
*.tsbuildinfo
.npm
.eslintcache
.stylelintcache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.node_repl_history
*.tgz
.yarn-integrity
# Cache, Bundler & Build Outputs
.cache
.parcel-cache
.next
out
.nuxt
dist
.vuepress/dist
.temp
**/.vitepress/dist
**/.vitepress/cache
.docusaurus
.serverless/
.fusebox/
.dynamodb/
.tern-port
# Editor & Testing Tools
.vscode-test
# Yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Saved files
internal/server/saved/*
!internal/server/saved/.gitkeep