-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
115 lines (98 loc) · 2.46 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
106
107
108
109
110
111
112
113
114
115
# Logs
backend/logs
backend/*.log
backend/npm-debug.log*
backend/yarn-debug.log*
backend/yarn-error.log*
backend/lerna-debug.log*
backend/.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
backend/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
backend/pids
backend/*.pid
backend/*.seed
backend/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
backend/lib-cov
# Coverage directory used by tools like istanbul
backend/coverage
backend/*.lcov
# nyc test coverage
backend/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/#storing-task-files)
backend/.grunt
# Bower dependency directory (https://bower.io/)
backend/bower_components
# node-waf configuration
backend/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
backend/build/Release
# Dependency directories
backend/node_modules/
backend/jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
backend/web_modules/
# TypeScript cache
backend/*.tsbuildinfo
# Optional npm cache directory
backend/.npm
# Optional eslint cache
backend/.eslintcache
# Optional stylelint cache
backend/.stylelintcache
# Microbundle cache
backend/.rpt2_cache/
backend/.rts2_cache_cjs/
backend/.rts2_cache_es/
backend/.rts2_cache_umd/
# Optional REPL history
backend/.node_repl_history
# Output of 'npm pack'
backend/*.tgz
# Yarn Integrity file
backend/.yarn-integrity
# dotenv environment variable files
backend/.env
backend/.env.development.local
backend/.env.test.local
backend/.env.production.local
backend/.env.local
# parcel-bundler cache (https://parceljs.org/)
backend/.cache
backend/.parcel-cache
# Next.js build output
backend/.next
backend/out
# Nuxt.js build / generate output
backend/.nuxt
backend/dist
# Gatsby files
backend/.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-#public-directory-support
# public
# vuepress build output
backend/.vuepress/dist
# vuepress v2.x temp and cache directory
backend/.temp
backend/.cache
# Docusaurus cache and generated files
backend/.docusaurus
# Serverless directories
backend/.serverless/
# FuseBox cache
backend/.fusebox/
# DynamoDB Local files
backend/.dynamodb/
# TernJS port file
backend/.tern-port
# Stores VSCode versions used for testing VSCode extensions
backend/.vscode-test
# yarn v2
backend/.yarn/cache
backend/.yarn/unplugged
backend/.yarn/build-state.yml
backend/.yarn/install-state.gz
backend/.pnp.*
backend/package-lock.json