-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 900 Bytes
/
.gitignore
File metadata and controls
64 lines (51 loc) · 900 Bytes
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
# modules
node_modules
# Logs
logs
_.log
npm-debug.log_
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Caches
.cache
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# Runtime data
pids
_.pid
_.seed
*.pid.lock
# TypeScript cache
*.tsbuildinfo
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# JetBrains IDE
.idea/
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Generated by bun build
.*.bun-build
## Dart:
# Files and directories created by pub
.dart_tool/
.packages
build/
.flutter-plugins
.flutter-plugins-dependencies
# Random
.env
# When running go build in the examples folder it generates an executable named "examples"
examples*
# Yarn and npm files
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.npm
package-lock.json
yarn.lock